HomeSort by relevance Sort by last modified time
    Searched defs:hide (Results 101 - 125 of 348) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/frontend/client/src/autotest/common/ui/
CustomTabPanel.java 209 selectedTabView.hide();
  /external/fio/
parse.h 67 int hide; /* hide if parent isn't set */ member in struct:fio_option
68 int hide_on_set; /* hide on set, not on unset */
  /frameworks/base/core/java/android/widget/
Toast.java 73 /** @hide */
110 * @hide
250 * @hide
273 * @hide
349 private static final int HIDE = 1;
403 case HIDE: {
439 public void hide() { method in class:Toast.TN
440 if (localLOGV) Log.v(TAG, "HIDE: " + this);
441 mHandler.obtainMessage(HIDE).sendToTarget();
452 // If a cancel/hide is pending - no need to show - at this poin
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
ChildHelper.java 29 * 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/systemui/statusbar/phone/
KeyguardBouncer.java 180 public void hide(boolean destroyView) { method in class:KeyguardBouncer
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyguardUserSwitcher.java 107 hide(animate);
132 private boolean hide(boolean animate) { method in class:KeyguardUserSwitcher
231 return hide(animate);
319 // Hide switcher if it didn't handle the touch event (and let the event go through).
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ChildHelper.java 29 * 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);
  /packages/apps/Camera2/src/com/android/camera/app/
FilmstripBottomPanel.java 289 public void hide() { method in class:FilmstripBottomPanel
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 203 actionBar.hide();
  /packages/apps/Settings/src/com/android/settings/widget/
SwitchBar.java 131 // Default is hide
221 public void hide() { method in class:SwitchBar
354 /** @hide */
363 /** @hide */
  /packages/apps/TV/src/com/android/tv/tuner/cc/
CaptionTrackRenderer.java 221 windowLayout.hide();
231 windowLayout.hide();
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 193 void hide() { method in class:TutorialEN.Bubble
266 mBubbles.get(i).hide();
282 void hide() { method in class:TutorialEN
284 mBubbles.get(i).hide();
291 hide(); method
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 196 void hide() { method in class:TutorialJAJP.Bubble
338 mBubbles.get(i).hide();
364 void hide() { method in class:TutorialJAJP
366 mBubbles.get(i).hide();
373 hide(); method
  /frameworks/base/services/core/java/com/android/server/wm/
WindowSurfaceController.java 73 // However, we need to somehow handle the situation where the cropping would completely hide
144 if (SHOW_TRANSACTIONS) logSurface("HIDE ( " + reason + " )", null);
157 mSurfaceControl.hide();
726 public void hide() { method in class:WindowSurfaceController.SurfaceTrace
728 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "hide: OLD:" + this + ". Called by "
732 super.hide();
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 268 mInstructionsDialog.hide();
  /cts/hostsidetests/services/activityandwindowmanager/util/src/android/server/cts/
SurfaceTraceReceiver.java 61 default void hide(String windowName) {} method in interface:SurfaceTraceReceiver.SurfaceObserver
78 HIDE,
179 mObserver.hide(mCurrentWindowName);
300 case HIDE: {
345 case "Hide":
346 mState = State.HIDE;
  /external/autotest/frontend/client/src/autotest/tko/
CommonPanel.java 35 private static final String HIDE_QUICK_REFERENCE = "Hide quick reference";
37 private static final String HIDE_CONTROLS = "Hide controls";
62 * Called to show or hide tab-specific controls.
226 quickReferencePopup.hide();
  /frameworks/base/core/java/android/app/
ActionBar.java 96 /** @hide */
140 /** @hide */
208 * @hide pending API approval
809 * Hide the ActionBar if it is currently showing.
815 * ActionBar using the overlay feature to hide through
818 * seamlessly hide it in conjunction with other screen decorations.
820 public abstract void hide(); method in class:ActionBar
    [all...]
DialogFragment.java 35 * the dialog (deciding when to show, hide, dismiss it) should be done through
233 /** {@hide} */
399 /** @hide */
536 mDialog.hide();
547 // Set removed here because this dismissal is just to hide
  /frameworks/base/core/java/com/android/internal/app/
ToolbarActionBar.java 405 public void hide() { method in class:ToolbarActionBar
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 36 * @hide
45 /** @hide TODO private */
47 /** @hide TODO private */
50 /** @hide TODO private */
52 /** @hide TODO private */
54 /** @hide */
57 /** @hide */
60 /** @hide */
72 /** @hide */
123 * @hide
288 public void hide() { method in class:SubtitleTrack
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
QSCustomizer.java 64 * Allows full-screen customization of QS, through show() and hide().
105 hide((int) v.getX() + v.getWidth() / 2, (int) v.getY() + v.getHeight() / 2);
206 public void hide(int x, int y) { method in class:QSCustomizer
303 hide(0, 0);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarStatusBar.java 350 mFullscreenUserSwitcher.hide();
UserGridView.java 85 public void hide() { method in class:UserGridView
  /frameworks/support/design/base/android/support/design/widget/
FloatingActionButtonImpl.java 204 void hide(@Nullable final InternalVisibilityChangedListener listener, final boolean fromUser) { method in class:FloatingActionButtonImpl

Completed in 1427 milliseconds

1 2 3 45 6 7 8 91011>>