HomeSort by relevance Sort by last modified time
    Searched refs:hide (Results 426 - 450 of 787) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/app/
SearchDialog.java 58 * @hide
195 // pre-hide all the extraneous elements
313 * @param working true to show spinner, false to hide spinner
503 public void hide() { method in class:SearchDialog
514 super.hide();
ActionBar.java 96 /** @hide */
144 /** @hide */
211 * @hide pending API approval
812 * Hide the ActionBar if it is currently showing.
818 * ActionBar using the overlay feature to hide through
821 * seamlessly hide it in conjunction with other screen decorations.
823 public abstract void hide(); method in class:ActionBar
    [all...]
  /frameworks/base/data/fonts/
Android.mk 29 $(hide) ln -sf $$(notdir $$<) $$@
  /frameworks/base/libs/input/
SpriteController.cpp 172 t.hide(update.state.surfaceControl);
284 t.hide(update.state.surfaceControl);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSPanel.java 319 mCustomizePanel.hide(mCustomizePanel.getWidth() / 2, mCustomizePanel.getHeight() / 2);
501 mCustomizePanel.hide(mCustomizePanel.getWidth() / 2, mCustomizePanel.getHeight() / 2);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarKeyguardViewManager.java 205 // The keyguard might be showing (already). So we need to hide it.
223 mBouncer.hide(destroyView);
382 // If Keyguard is reshown, don't hide the bouncer as it might just have been requested
414 public void hide(long startTime, long fadeoutDuration) { method in class:StatusBarKeyguardViewManager
537 * @param hideImmediately Hide bouncer when {@code true}, keep it around otherwise.
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
FragmentAnimationTest.java 122 fm.beginTransaction().add(R.id.fragmentContainer, fragment).hide(fragment).commit();
147 .hide(fragment)
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 607 private void hide() { method in class:SipEditor.AdvancedSettings
621 hide(); method
  /prebuilts/go/darwin-x86/src/encoding/json/
bench_test.go 124 // hide EOF
  /prebuilts/go/linux-x86/src/encoding/json/
bench_test.go 124 // hide EOF
  /build/make/tools/droiddoc/templates-pdk/assets/
carousel.js 49 $("#"+appName).show().siblings().hide();
120 // (1) div containing slides, (2) a "clip" div to hide the scroller
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 268 mInstructionsDialog.hide();
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
FullscreenActivity.java 181 // available, simply show or hide the in-layout UI
187 // Schedule a hide().
193 // Set up the user interaction to manually show or hide the system UI.
241 // Trigger the initial hide() shortly after the activity has been
278 mSystemUiHider.hide();
283 * Schedules a call to hide() in [delay] milliseconds, canceling any
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 101 // Show/hide the system status bar when single-clicking a photo.
199 * @param show True to show the system UI, false to hide it.
217 // Add fullscreen flag (hide status bar)
220 // Hide system bar
222 // Hide action bar
223 actionBar.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();
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js 137 // and completely hide the one in the footer
138 $('.content-footer .next-page-link').hide();
145 $('.start-class-link').attr('href', $nextLink.attr('href')).removeClass("hide");
155 .removeClass("hide").addClass("disabled")
157 // and completely hide the one in the footer
158 $('.content-footer .next-page-link').hide();
159 $('.content-footer .prev-page-link').hide();
163 .removeClass("hide");
171 .removeClass("hide");
186 $('.prev-page-link').attr('href', $prevLink.attr('href')).removeClass("hide");
    [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/keyguard/
KeyguardSimPinView.java 346 mSimUnlockProgressDialog.hide();
  /frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
DemoModeController.java 57 getActionBar().hide();
236 intent.putExtra("volume", mStatusSlots < 1 ? "hide"
238 intent.putExtra("bluetooth", mStatusSlots < 3 ? "hide"
240 intent.putExtra("location", mStatusSlots < 5 ? "hide" : "show");
241 intent.putExtra("alarm", mStatusSlots < 6 ? "hide" : "show");
242 intent.putExtra("sync", mStatusSlots < 7 ? "hide" : "show");
243 intent.putExtra("tty", mStatusSlots < 8 ? "hide" : "show");
244 intent.putExtra("eri", mStatusSlots < 9 ? "hide" : "show");
245 intent.putExtra("secure", mStatusSlots < 10 ? "hide" : "show");
246 intent.putExtra("mute", mStatusSlots < 11 ? "hide" : "show")
    [all...]
  /frameworks/native/libs/gui/include/gui/
SurfaceComposerClient.h 174 Transaction& hide(const sp<SurfaceControl>& sc);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/app/
ActionBar.java 94 /** @hide */
139 /** @hide */
800 * Hide the ActionBar if it is currently showing.
806 * ActionBar using the overlay feature to hide through
809 * seamlessly hide it in conjunction with other screen decorations.
811 public abstract void hide(); method in class:ActionBar
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/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/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 217 mDialog.hide();
ContactMultiDeletionInteraction.java 160 mDialog.hide();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActivity.java 145 getActionBar().hide();

Completed in 1128 milliseconds

<<11121314151617181920>>