Searched refs:hide (Results 51 - 75 of 98) sorted by relevance

1234

/frameworks/base/core/java/android/widget/
H A DToast.java68 /** @hide */
134 mTN.hide();
242 * @hide
386 public void hide() { method in class:Toast.TN
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeUI.java148 mRestorationNotification.hide();
219 public void hide() { method in class:VolumeUI.RestorationNotification
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java217 public void hide() {
1011 mWindow.hide();
1112 public void hide() { method in class:VoiceInteractionSession
1227 * use {@link #hide} and allow the system to destroy your session if it needs its RAM.
1378 * it normally has there. The default implementation simply calls {@link #hide}.
1381 hide();
1387 * calls {@link #hide}.
1390 hide();
1397 hide();
1454 hide();
[all...]
/frameworks/base/data/fonts/
H A DAndroid.mk34 $(hide) ln -sf $$(notdir $$<) $$@
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java207 // During wake and unlock, we first hide everything behind a black scrim, which then
498 public void forceHideScrims(boolean hide) { argument
499 mForceHideScrims = hide;
H A DKeyguardBouncer.java130 public void hide(boolean destroyView) { method in class:KeyguardBouncer
/frameworks/native/opengl/libs/
H A DAndroid.mk127 $(hide) ln -sf $(notdir $(LOCAL_INSTALLED_MODULE)) $(dir $(LOCAL_INSTALLED_MODULE))libGLESv3.so
/frameworks/base/core/java/android/app/
H A DDialogFragment.java35 * the dialog (deciding when to show, hide, dismiss it) should be done through
233 /** {@hide} */
400 /** @hide */
533 mDialog.hide();
544 // Set removed here because this dismissal is just to hide
H A DSearchDialog.java58 * @hide
195 // pre-hide all the extraneous elements
313 * @param working true to show spinner, false to hide spinner
503 public void hide() { method in class:SearchDialog
515 super.hide();
H A DActionBar.java95 /** @hide */
136 /** @hide */
204 * @hide pending API approval
793 * ActionBar using the overlay feature to hide through
796 * seamlessly hide it in conjunction with other screen decorations.
798 public abstract void hide(); method in class:ActionBar
852 * @hide pending API approval
945 * {@link #hide() hidden}. A call to {@link #show() show} will cause it to return to full view.
960 * @return true if hide-on-content-scroll is enabled
970 * <p>The action bar's current hide offse
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPinView.java266 mSimUnlockProgressDialog.hide();
H A DKeyguardSimPukView.java323 mSimUnlockProgressDialog.hide();
/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java916 mSurfaceControl.hide();
923 mCustomBlackFrame.hide();
932 mExitingBlackFrame.hide();
945 mEnteringBlackFrame.hide();
H A DTaskStack.java68 /** The particular window with FLAG_DIM_BEHIND set. If null, hide mDimLayer. */
395 mAnimationBackgroundSurface.hide();
423 mDimLayer.hide(DEFAULT_DIM_DURATION);
H A DWindowStateAnimator.java483 hide();
493 void hide() { method in class:WindowStateAnimator
502 mSurfaceControl.hide();
685 public void hide() { method in class:WindowStateAnimator.SurfaceTrace
687 if (logSurfaceTrace) Slog.v(SURFACE_TAG, "hide: OLD:" + this + ". Called by "
691 super.hide();
1262 // much and hide part of the window that should be seen.
1467 // Wallpaper is no longer visible and there is no wp target => hide it.
1468 hide();
1470 hide();
[all...]
/frameworks/native/include/gui/
H A DSurfaceComposerClient.h126 status_t hide(const sp<IBinder>& id);
/frameworks/support/design/eclair-mr1/android/support/design/widget/
H A DFloatingActionButtonEclairMr1.java160 void hide() { method in class:FloatingActionButtonEclairMr1
162 // A hide animation is in progress, or we're already hidden. Skip the call
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java47 /** @hide */
301 /** @hide */
320 /** @hide */
440 mDialog.hide();
451 // Set removed here because this dismissal is just to hide
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java92 /** @hide */
133 /** @hide */
787 * ActionBar using the overlay feature to hide through
790 * seamlessly hide it in conjunction with other screen decorations.
792 public abstract void hide(); method in class:ActionBar
848 * @hide pending API approval
941 * {@link #hide() hidden}. A call to {@link #show() show} will cause it to return to full view.
956 * @return true if hide-on-content-scroll is enabled
966 * <p>The action bar's current hide offset is the distance that the action bar is currently
977 * Set the current hide offse
[all...]
/frameworks/base/libs/input/
H A DSpriteController.cpp179 status = update.state.surfaceControl->hide();
313 status = update.state.surfaceControl->hide();
/frameworks/support/v17/leanback/
H A DAndroid.mk126 -hide 113
/frameworks/wilhelm/src/
H A DAndroid.mk67 # Reduce size of .so and hide internal global symbols
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java57 getActionBar().hide();
236 intent.putExtra("volume", mStatusSlots < 1 ? "hide"
238 intent.putExtra("bluetooth", mStatusSlots < 3 ? "hide"
240 intent.putExtra("location", mStatusSlots < 5 ? "hide" : "show");
241 intent.putExtra("alarm", mStatusSlots < 6 ? "hide" : "show");
242 intent.putExtra("sync", mStatusSlots < 7 ? "hide" : "show");
243 intent.putExtra("tty", mStatusSlots < 8 ? "hide" : "show");
244 intent.putExtra("eri", mStatusSlots < 9 ? "hide" : "show");
245 intent.putExtra("secure", mStatusSlots < 10 ? "hide" : "show");
246 intent.putExtra("mute", mStatusSlots < 11 ? "hide"
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DChildHelper.java29 * It wraps a RecyclerView and adds ability to hide some children. There are two sets of methods
57 * @param child View to hide.
67 * @param child View to hide.
325 * @param view The view to hide.
327 void hide(View view) { method in class:ChildHelper
330 throw new IllegalArgumentException("view is not a child, cannot hide " + view);
333 throw new RuntimeException("trying to hide same view twice, how come ? " + view);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java216 public void hide() { method in class:FloatingToolbar
217 mPopup.hide();
481 public void hide() { method in class:FloatingToolbar.FloatingToolbarPopup
659 * Performs the "hide" animation on the floating popup.
986 * This should be called after the popup window has been dismissed (dismiss/hide)

Completed in 710 milliseconds

1234