Searched defs:hide (Results 1 - 25 of 58) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DFullscreenUserSwitcher.java52 public void hide() { method in class:FullscreenUserSwitcher
/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/base/core/java/android/widget/
H A DZoomControls.java86 public void hide() { method in class:ZoomControls
H A DToast.java73 /** @hide */
110 * @hide
250 * @hide
273 * @hide
439 public void hide() { method in class:Toast.TN
452 // If a cancel/hide is pending - no need to show - at this point
/frameworks/base/core/java/com/android/internal/view/
H A DTooltipPopup.java66 hide();
77 public void hide() { method in class:TooltipPopup
/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/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/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/widget/
H A DTooltipPopup.java40 * @hide
76 hide();
87 void hide() { method in class:TooltipPopup
H A DTooltipCompatHandler.java37 * @hide
60 hide();
82 sActiveHandler.hide();
133 hide();
147 hide();
155 sActiveHandler.hide();
178 private void hide() { method in class:TooltipCompatHandler
182 mPopup.hide();
/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingLinearLayout.java107 lp.hide = true;
147 lp.hide = false;
164 if (child.getVisibility() == GONE || lp.hide) {
229 if (child.getVisibility() == GONE || lp.hide) {
260 if (lp.hide) {
311 boolean hide = false; field in class:MessagingLinearLayout.LayoutParams
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/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java54 public void hide() { method in class:KeyguardDisplayManager
56 if (DEBUG) Slog.v(TAG, "hide");
/frameworks/base/services/core/java/com/android/server/wm/
H A DBlackFrame.java167 public void hide() { method in class:BlackFrame
171 mBlackSurfaces[i].surface.hide();
H A DDimLayer.java54 /** True after mDimSurface.show() has been called, false after mDimSurface.hide(). */
174 mDimSurface.hide();
305 /** Immediate hide.
307 void hide() { method in class:DimLayer
309 if (DEBUG_DIM_LAYER) Slog.v(TAG, "hide: immediate");
310 hide(0);
320 void hide(long duration) { method in class:DimLayer
322 if (DEBUG_DIM_LAYER) Slog.v(TAG, "hide: duration=" + duration);
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java97 public abstract FragmentTransaction hide(Fragment fragment); method in class:FragmentTransaction
181 /** @hide */
/frameworks/base/core/java/android/view/
H A DActionMode.java48 * Default value to hide the action mode for
136 * to hide the title entirely rather than truncate it due to a lack
218 * If this method is called again before the hide duration expires, the later hide call will
223 * @param duration The number of milliseconds to hide for.
226 public void hide(long duration) {} method in class:ActionMode
279 * @hide Internal use only
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java41 * @hide
223 mWindowPresenter.hide(getTransitionEpicenter());
334 void hide(Rect transitionEpicenter) { method in class:AutofillPopupWindow.WindowPresenter
336 mPresenter.hide(transitionEpicenter);
/frameworks/base/media/java/android/media/
H A DSubtitleController.java35 * @hide
75 /** @hide */
81 /** @hide */
169 mSelectedTrack.hide();
264 /** @hide - should be called from anchor thread */
281 hide();
302 /** @hide - must be called from anchor thread */
305 hide();
364 public void hide() { method in class:SubtitleController
371 mSelectedTrack.hide();
[all...]
/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.java55 * Allows full-screen customization of QS, through show() and hide().
93 hide((int) v.getX() + v.getWidth() / 2, (int) v.getY() + v.getHeight() / 2);
166 public void hide(int x, int y) { method in class:QSCustomizer
233 hide(0, 0);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardBouncer.java176 public void hide(boolean destroyView) { method in class:KeyguardBouncer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java107 hide(animate);
132 private boolean hide(boolean animate) { method in class:KeyguardUserSwitcher
231 return hide(animate);

Completed in 5075 milliseconds

123