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

123

/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DContentLoadingProgressBar.java97 public synchronized void hide() { method in class:ContentLoadingProgressBar
109 // so put a delayed message in to hide it when its been
120 * 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 */
113 * @hide
253 * @hide
276 * @hide
442 public void hide() { method in class:Toast.TN
455 // 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/leanback/src/main/java/androidx/leanback/app/
H A DProgressBarManager.java75 public void hide() { method in class:ProgressBarManager
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
H A DTooltipPopup.java42 * @hide
78 hide();
89 void hide() { method in class:TooltipPopup
H A DTooltipCompatHandler.java39 * @hide
63 hide();
98 sActiveHandler.hide();
145 hide();
159 hide();
168 sActiveHandler.hide();
191 private void hide() { method in class:TooltipCompatHandler
195 mPopup.hide();
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTransactionCompat.java45 public TransactionCompat hide(SurfaceControlCompat surfaceControl) { method in class:TransactionCompat
46 mTransaction.hide(surfaceControl.mSurfaceControl);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java61 public void hide() { method in class:KeyguardDisplayManager
63 if (DEBUG) Slog.v(TAG, "hide");
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/
H A DWirelessChargingAnimation.java34 * @hide
55 * @hide
65 * @hide
82 mPreviousWirelessChargingView.hide(0);
87 mCurrentWirelessChargingView.hide(DURATION);
158 public void hide(long duration) { method in class:WirelessChargingAnimation.WirelessChargingView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DFullscreenUserSwitcher.java77 public void hide() { method in class:FullscreenUserSwitcher
/frameworks/base/services/core/java/com/android/server/wm/
H A DBlackFrame.java165 public void hide(SurfaceControl.Transaction t) { method in class:BlackFrame
169 t.hide(mBlackSurfaces[i].surface);
H A DLetterbox.java96 public void hide() { method in class:Letterbox
192 t.hide(mSurface);
/frameworks/support/wear/src/main/java/androidx/wear/widget/
H A DConfirmationOverlay.java133 hide();
225 * @hide
230 public void hide() { method in class:ConfirmationOverlay
/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DSubtitleController.java173 mSelectedTrack.hide();
285 hide();
309 hide();
368 public void hide() { method in class:SubtitleController
375 mSelectedTrack.hide();
454 * (track.show/hide, setSubtitleWidget) will take place.
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java101 public abstract FragmentTransaction hide(Fragment fragment); method in class:FragmentTransaction
185 /** @hide */
/frameworks/base/core/java/android/view/
H A DActionMode.java49 * Default value to hide the action mode for
137 * to hide the title entirely rather than truncate it due to a lack
219 * If this method is called again before the hide duration expires, the later hide call will
224 * @param duration The number of milliseconds to hide for.
227 public void hide(long duration) {} method in class:ActionMode
280 * @hide Internal use only
/frameworks/base/core/java/android/view/autofill/
H A DAutofillPopupWindow.java42 * @hide
310 mWindowPresenter.hide(getTransitionEpicenter());
416 void hide(Rect transitionEpicenter) { method in class:AutofillPopupWindow.WindowPresenter
418 mPresenter.hide(transitionEpicenter);
/frameworks/base/core/java/com/android/internal/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);
H A DMessagingLinearLayout.java86 lp.hide = true;
127 lp.hide = false;
176 if (lp.hide) {
206 if (lp.hide) {
241 && ((MessagingLinearLayout.LayoutParams) lp).hide) {
280 public boolean hide = false; field in class:MessagingLinearLayout.LayoutParams
/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...]

Completed in 830 milliseconds

123