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

1 2 3 45 6 7 8 91011>>

  /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();
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/com.example.android.xyztouristattractions/ui/
AttractionsGridPagerAdapter.java 272 hide();
298 void hide() { method in class:AttractionsGridPagerAdapter.DelayedHide
321 hide(); method
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoThumbnailFragment.java 214 localFragmentTransaction.hide(this);
331 // Saves the show-hide status of the display
  /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 */
113 * @hide
253 * @hide
276 * @hide
352 private static final int HIDE = 1;
406 case HIDE: {
442 public void hide() { method in class:Toast.TN
443 if (localLOGV) Log.v(TAG, "HIDE: " + this);
444 mHandler.obtainMessage(HIDE).sendToTarget();
455 // 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);
MessagingLinearLayout.java 86 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/packages/SystemUI/src/com/android/systemui/qs/car/
CarQSFragment.java 211 public void hide() { method in class:CarQSFragment.UserSwitchCallback
  /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/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/Camera2/src/com/android/camera/app/
FilmstripBottomPanel.java 289 public void hide() { method in class:FilmstripBottomPanel
  /packages/apps/Dialer/java/com/android/incallui/contactgrid/
ContactGridManager.java 126 public void hide() { method in class:ContactGridManager
130 public void setAvatarHidden(boolean hide) {
131 if (hide != hideAvatar) {
132 hideAvatar = hide;
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 203 actionBar.hide();
  /packages/apps/Settings/src/com/android/settings/widget/
SwitchBar.java 148 // Default is hide
255 public void hide() { method in class:SwitchBar
  /packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
CaptionTrackRenderer.java 216 windowLayout.hide();
226 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/
WindowStateAnimator.java 308 void hide(SurfaceControl.Transaction transaction, String reason) { method in class:WindowStateAnimator
319 mSurfaceController.hide(transaction, reason);
324 void hide(String reason) { method in class:WindowStateAnimator
325 hide(mTmpTransaction, reason); method
549 + width + "x" + height + "), layer=" + mAnimLayer + " HIDE", false);
641 // Don't hide wallpaper if we're deferring the surface destroy
669 // Don't hide wallpaper if we're destroying a deferred surface
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 268 mInstructionsDialog.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/av/packages/MediaComponents/src/com/android/media/subtitle/
SubtitleTrack.java 264 public void hide() { method in class:SubtitleTrack
  /frameworks/base/core/java/android/app/
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...]
DialogFragment.java 35 * the dialog (deciding when to show, hide, dismiss it) should be done through
238 /** {@hide} */
404 /** @hide */
541 mDialog.hide();
552 // 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

Completed in 410 milliseconds

1 2 3 45 6 7 8 91011>>