Searched refs:hide (Results 26 - 50 of 74) sorted by relevance

123

/frameworks/compile/libbcc/
H A DAndroid.mk69 $(hide) mkdir -p $(dir $@)
70 $(hide) $(libbcc_GEN_SHA1_STAMP) $(PRIVATE_SHA1_SRCS) > $@
186 # -Wl,--exclude-libs=ALL only applies to library archives. It would hide most
/frameworks/base/core/java/android/widget/
H A DEditor.java104 * @hide
455 mInsertionPointCursorController.hide();
469 mEasyEditSpanController.hide();
475 // Should be done before hide insertion point controller since it triggers a show of it
476 mSuggestionsPopupWindow.hide();
675 * @hide
830 getSelectionController().hide();
969 // We do not hide the span controllers, since they can be added when a new text is
1514 // immediately hide the newly created action bar and would be visually distracting.
1599 // This will hide th
1935 public void hide() { method in class:Editor.EasyEditSpanController
2190 public void hide() { method in class:Editor.PinnedPopupWindow
2437 public void hide() { method in class:Editor.SuggestionsPopupWindow
3019 public void hide() { method in class:Editor.HandleView
3434 public void hide(); method in interface:Editor.CursorController
3455 public void hide() { method in class:Editor.InsertionPointCursorController
3544 public void hide() { method in class:Editor.SelectionModifierCursorController
[all...]
H A DMediaController.java56 * Functions like show() and hide() have no effect when MediaController
59 * MediaController will hide and
192 hide();
232 * @hide This doesn't work as advertised
328 * the controller until hide() is called.
362 public void hide() { method in class:MediaController
383 hide();
486 hide();
H A DToast.java122 mTN.hide();
365 public void hide() { method in class:Toast.TN
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java343 public void setHidden(final boolean hide) { argument
344 if (hide == mHidden) return;
346 mHidden = hide;
348 (hide ? "HIDING" : "SHOWING") + " navigation bar");
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardSimPinView.java192 mSimUnlockProgressDialog.hide();
H A DKeyguardSimPukView.java260 mSimUnlockProgressDialog.hide();
/frameworks/native/include/gui/
H A DSurface.h67 status_t hide();
H A DSurfaceComposerClient.h111 status_t hide(SurfaceID id);
/frameworks/ex/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java400 final boolean hide = fullScreen;
402 setFullScreen(hide);
/frameworks/opt/photoviewer/src/com/android/ex/photo/fragments/
H A DPhotoViewFragment.java425 final boolean hide = fullScreen;
427 setFullScreen(hide);
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DLockPatternKeyguardView.java240 if (DEBUG) Log.v(TAG, "View " + view + " requested hide transports");
613 mBiometricUnlock.hide();
634 mBiometricUnlock.hide();
692 // When someone plugs in or unplugs the device, we hide the biometric sensor area and
702 mBiometricUnlock.hide();
723 mBiometricUnlock.hide();
970 mTransportControlView.setVisibility(View.GONE); // hide until it requests being shown.
1216 mBiometricUnlock.hide();
H A DKeyguardViewManager.java281 public synchronized void hide() { method in class:KeyguardViewManager
282 if (DEBUG) Log.d(TAG, "hide()");
/frameworks/native/libs/gui/
H A DSurface.cpp119 status_t SurfaceControl::hide() { function in class:android::SurfaceControl
123 return client->hide(mToken);
/frameworks/base/core/java/android/app/
H A DActionBar.java136 * @hide pending API approval
634 * ActionBar using the overlay feature to hide through
637 * seamlessly hide it in conjunction with other screen decorations.
639 public abstract void hide(); method in class:ActionBar
693 * @hide pending API approval
H A DDialogFragment.java35 * the dialog (deciding when to show, hide, dismiss it) should be done through
391 /** @hide */
524 mDialog.hide();
535 // Set removed here because this dismissal is just to hide
H A DSearchDialog.java58 * @hide
198 // pre-hide all the extraneous elements
316 * @param working true to show spinner, false to hide spinner
506 public void hide() { method in class:SearchDialog
518 super.hide();
/frameworks/base/services/java/com/android/server/wm/
H A DDimAnimator.java189 mDimSurface.hide();
H A DScreenRotationAnimation.java872 mSurface.hide();
879 mCustomBlackFrame.hide();
888 mExitingBlackFrame.hide();
898 mEnteringBlackFrame.hide();
H A DWindowStateAnimator.java409 hide();
419 void hide() { method in class:WindowStateAnimator
428 mSurface.hide();
573 public void hide() { method in class:WindowStateAnimator.SurfaceTrace
574 super.hide();
576 Slog.v(SURFACE_TAG, "hide: " + this + ". Called by "
1055 // much and hide part of the window that should be seen.
1208 // Wallpaper is no longer visible and there is no wp target => hide it.
1209 hide();
1211 hide();
[all...]
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java288 /** @hide */
419 mDialog.hide();
430 // Set removed here because this dismissal is just to hide
/frameworks/base/data/fonts/
H A DAndroid.mk29 $(hide) ln -sf $$(notdir $$<) $$@
/frameworks/base/services/input/
H A DSpriteController.cpp173 status = update.state.surfaceControl->hide();
309 status = update.state.surfaceControl->hide();
/frameworks/wilhelm/src/
H A DAndroid.mk67 # Reduce size of .so and hide internal global symbols
/frameworks/base/
H A DAndroid.mk324 $(hide) $(AIDL) --preprocess $@ $(PRIVATE_SRC_FILES)
432 -werror -hide 113 \
644 $(hide) mkdir -p $(dir $@)
645 $(hide) $(ACP) $< $@

Completed in 873 milliseconds

123