Searched defs:hide (Results 1 - 25 of 57) sorted by last modified time

123

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DProgressBarManager.java75 public void hide() { method in class:ProgressBarManager
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBar.java93 /** @hide */
138 /** @hide */
805 * ActionBar using the overlay feature to hide through
808 * seamlessly hide it in conjunction with other screen decorations.
810 public abstract void hide(); method in class:ActionBar
866 * @hide pending API approval
960 * {@link #hide() hidden}. A call to {@link #show() show} will cause it to return to full view.
975 * @return true if hide-on-content-scroll is enabled
985 * <p>The action bar's current hide offset is the distance that the action bar is currently
996 * Set the current hide offse
[all...]
H A DToolbarActionBar.java414 public void hide() { method in class:ToolbarActionBar
H A DWindowDecorActionBar.java75 * @hide
86 * Only allow show/hide animations on ICS+, as that is what ViewPropertyAnimatorCompat supports
189 * @hide
326 * Enables or disables animation between show/hide states.
684 public void hide() { method in class:WindowDecorActionBar
712 "(Window.FEATURE_OVERLAY_ACTION_BAR) to enable hide on content scroll");
732 "(Window.FEATURE_OVERLAY_ACTION_BAR) to set a non-zero hide offset");
962 * @hide
1136 * @hide
/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);
352 throw new IllegalArgumentException("view is not a child, cannot hide " + view);
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DContentLoadingProgressBar.java94 public void hide() { method in class:ContentLoadingProgressBar
105 // so put a delayed message in to hide it when its been
116 * during that time, hide() is called, the view is never made visible.
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java113 abstract void hide(@Nullable InternalVisibilityChangedListener listener, boolean fromUser); method in class:FloatingActionButtonImpl
/frameworks/support/design/gingerbread/android/support/design/widget/
H A DFloatingActionButtonGingerbread.java147 void hide(@Nullable final InternalVisibilityChangedListener listener, final boolean fromUser) { method in class:FloatingActionButtonGingerbread
/frameworks/support/design/ics/android/support/design/widget/
H A DFloatingActionButtonIcs.java51 void hide(@Nullable final InternalVisibilityChangedListener listener, final boolean fromUser) { method in class:FloatingActionButtonIcs
/frameworks/support/design/src/android/support/design/widget/
H A DFloatingActionButton.java88 * {@link #hide(OnVisibilityChangedListener) hidden}.
125 /** @hide */
334 * <p>This method will animate the button hide if the view has already been laid out.</p>
336 public void hide() { method in class:FloatingActionButton
337 hide(null);
342 * <p>This method will animate the button hide if the view has already been laid out.</p>
346 public void hide(@Nullable OnVisibilityChangedListener listener) { method in class:FloatingActionButton
347 hide(listener, true);
350 void hide(@Nullable OnVisibilityChangedListener listener, boolean fromUser) { method in class:FloatingActionButton
351 getImpl().hide(wrapOnVisibilityChangedListene
[all...]
/frameworks/support/fragment/java/android/support/v4/app/
H A DBackStackRecord.java496 public FragmentTransaction hide(Fragment fragment) { method in class:BackStackRecord
H A DFragmentTransaction.java113 public abstract FragmentTransaction hide(Fragment fragment); method in class:FragmentTransaction
167 /** @hide */
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DActionBarWrapper.java67 public void hide() { method in class:ActionBarWrapper
68 mActionBar.hide();
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DActionBarWrapper.java68 public void hide() { method in class:ActionBarWrapper
69 mActionBar.hide();
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DActionBarInterface.java44 public void hide(); method in interface:ActionBarInterface
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp678 status_t SurfaceComposerClient::hide(const sp<IBinder>& id) { function in class:android::SurfaceComposerClient
H A DSurfaceControl.cpp125 status_t SurfaceControl::hide() { function in class:android::SurfaceControl
128 return mClient->hide(mHandle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistDisclosure.java81 private void hide() { method in class:AssistDisclosure
143 hide();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DQSCustomizer.java51 * Allows full-screen customization of QS, through show() and hide().
87 hide((int) v.getX() + v.getWidth() / 2, (int) v.getY() + v.getHeight() / 2);
149 public void hide(int x, int y) { method in class:QSCustomizer
211 hide(0, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DTaskViewFocusFrame.java51 hide();
92 * it's not an instance of GridTaskView, we hide the focus frame.
108 // If focus goes to other views, we hide the frame.
109 hide();
138 private void hide() { method in class:TaskViewFocusFrame
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DFullscreenUserSwitcher.java52 public void hide() { method in class:FullscreenUserSwitcher
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java170 public void hide(boolean destroyView) { method in class:KeyguardBouncer
H A DScrimController.java263 // During wake and unlock, we first hide everything behind a black scrim, which then
553 public void forceHideScrims(boolean hide) { argument
554 mForceHideScrims = hide;
H A DStatusBarKeyguardViewManager.java130 // The keyguard might be showing (already). So we need to hide it.
135 mBouncer.hide(false /* destroyView */);
168 mBouncer.hide(false /* destroyView */);
291 public void hide(long startTime, long fadeoutDuration) { method in class:StatusBarKeyguardViewManager
306 mBouncer.hide(true /* destroyView */);
362 mBouncer.hide(true /* destroyView */);
370 mBouncer.hide(true /* destroyView */);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java106 hide(animate);
131 private void hide(boolean animate) { method in class:KeyguardUserSwitcher
228 hide(animate);

Completed in 379 milliseconds

123