HomeSort by relevance Sort by last modified time
    Searched defs:hide (Results 1 - 25 of 361) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/vndk/tools/header-checker/tests/input/
example3.h 5 int hide; member in class:HiddenBase
  /packages/apps/Dialer/java/com/android/dialer/widget/
DialerFloatingActionButton.java 39 * <li>Animating on first show/hide
40 * <li>Being able to call show/hide rapidly and being in the proper state
63 public void hide() { method in class:DialerFloatingActionButton
64 super.hide();
69 public void hide(@Nullable OnVisibilityChangedListener onVisibilityChangedListener) { method in class:DialerFloatingActionButton
70 super.hide(onVisibilityChangedListener);
77 "Do not call setVisibility, call show/hide instead");
  /external/pdfium/fxjs/
cjs_console.cpp 17 {"hide", hide_static},
40 CJS_Return console::hide(CJS_Runtime* pRuntime, function in class:console
  /packages/apps/Settings/src/com/android/settings/notification/
ZenFooterPreferenceController.java 53 protected void hide(PreferenceScreen screen) { method in class:ZenFooterPreferenceController
  /external/autotest/frontend/client/src/autotest/common/ui/
NotifyManager.java 41 public void hide() { method in class:NotifyManager.NotifyBox
42 outerPanel.hide();
99 errorNotify.hide();
100 messageNotify.hide();
158 loadingNotify.hide();
ToolTip.java 32 public void hide() { method in class:ToolTip
33 popup.hide();
41 hide(); method
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
ActionBarWrapper.java 67 public void hide() { method in class:ActionBarWrapper
68 mActionBar.hide();
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
ActionBarWrapper.java 68 public void hide() { method in class:ActionBarWrapper
69 mActionBar.hide();
  /build/make/tools/
java-event-log-tags.py 89 hide = True variable
91 hide = event_log_tags.BooleanFromString(tagfile.options["javadoc_hide"][0]) variable
107 if hide:
109 " * @hide\n"
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHiderBase.java 25 * API levels to show and hide the status bar.
30 * from calls to {@link #hide()} and {@link #show()}.
59 public void hide() { method in class:SystemUiHiderBase
SystemUiHiderHoneycomb.java 28 * show and hide the system UI.
95 public void hide() { method in class:SystemUiHiderHoneycomb
117 // Pre-Jelly Bean, we must manually hide the action bar
119 mActivity.getActionBar().hide();
SystemUiHider.java 58 * When this flag is set, {@link #show()} and {@link #hide()} will toggle
60 * hide will toggle low profile mode.
65 * When this flag is set, {@link #show()} and {@link #hide()} will toggle
68 * but cannot be hidden, show and hide will toggle low profile mode.
136 * Hide the system UI.
138 public abstract void hide(); method in class:SystemUiHider
150 hide(); method
  /development/samples/MultiWindow/src/com/example/android/multiwindow/
CaptionOverlayActivity.java 50 //Hide the status bar, because it likes to consume touch events.
54 // status bar is hidden, so hide that too if necessary.
56 actionBar.hide();
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
ConfigViewMode.java 37 public void hide() { method in class:ConfigViewMode
ConfigWizard.java 221 viewMode.hide();
225 editMode.hide();
236 public void hide(); method in interface:ConfigWizard.ConfigWizardMode
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
ActionBarInterface.java 44 public void hide(); method in interface:ActionBarInterface
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripContentPanel.java 64 void hide(); method in interface:FilmstripContentPanel
  /packages/apps/Dialer/java/com/android/newbubble/
NewBubble.java 37 /** Hide the bubble. */
38 void hide(); method in interface:NewBubble
  /packages/apps/Dialer/java/com/android/newbubble/stub/
NewBubbleStub.java 36 public void hide() {} method in class:NewBubbleStub
  /frameworks/support/compat/src/androidTest/java/androidx/core/widget/
ContentLoadingProgressBarTest.java 65 mContentLoadingProgressBar.hide();
79 mContentLoadingProgressBar.hide();
81 // show() followed immediately by hide() should leave the progress bar in GONE state
94 // The next hide() should eventually hide the progress bar
95 mContentLoadingProgressBar.hide();
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressView.java 72 private void hide() { method in class:MinTimeProgressView
82 // so put a delayed message in to hide it when its been
104 hide(); method
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
TooltipCompatHandler.java 39 * @hide
63 hide();
98 sActiveHandler.hide();
145 hide(); method
159 hide(); method
168 sActiveHandler.hide();
191 private void hide() { method in class:TooltipCompatHandler
195 mPopup.hide();
  /cts/tests/tests/widget/src/android/widget/cts/
ZoomControlsTest.java 98 zoomControls.hide();
  /frameworks/base/core/java/android/widget/
ZoomControls.java 86 public void hide() { method in class:ZoomControls
  /frameworks/support/compat/src/main/java/androidx/core/widget/
ContentLoadingProgressBar.java 93 * Hide the progress view if it is visible. The progress view will not be
97 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.

Completed in 594 milliseconds

1 2 3 4 5 6 7 8 91011>>