/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...] |
/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 | 292 mSimUnlockProgressDialog.hide();
|
KeyguardSimPukView.java | 355 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/support/v7/appcompat/src/android/support/v7/app/ |
ActionBar.java | 93 /** @hide */ 138 /** @hide */ 799 * Hide the ActionBar if it is currently showing. 805 * ActionBar using the overlay feature to hide through 808 * seamlessly hide it in conjunction with other screen decorations. 810 public abstract void hide(); method in class:ActionBar [all...] |
/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/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();
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ZenModeRuleSettingsBase.java | 157 mSwitchBar.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/dvr/ui/playback/ |
DvrPlaybackControlHelper.java | 238 * {@code false} to hide it. 240 * {@code false} to hide it. 348 .hide(mFragment)
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
codewalk.js | 214 this.overlay.hide(); 225 target.find('span').text(description.is(':hidden') ? 'show' : 'hide');
|
/prebuilts/go/linux-x86/doc/codewalk/ |
codewalk.js | 214 this.overlay.hide(); 225 target.find('span').text(description.is(':hidden') ? 'show' : 'hide');
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
BaseTest.java | 537 Set<Integer> hide = new HashSet<Integer>(); field in class:BaseTest.FilteringTokenStream 540 if ( hide.contains(get(i).getType()) ) get(i).setChannel(Token.HIDDEN_CHANNEL); 543 hide.add(ttype);
|
/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();
|
/packages/apps/Dialer/java/com/android/dialershared/bubble/ |
Bubble.java | 111 @IntDef({CollapseEnd.NOTHING, CollapseEnd.HIDE}) 114 int HIDE = 1; 185 if (collapseEndAction == CollapseEnd.HIDE) { 186 // If show() was called while collapsing, make sure we don't hide after. 242 * Hide the button if visible. Will run a short exit animation before hiding. If the bubble is 243 * currently showing text, will hide after the text is done displaying. If the bubble is not 246 public void hide() { method in class:Bubble 257 collapseEndAction = CollapseEnd.HIDE; 262 startCollapse(CollapseEnd.HIDE); 339 // Hide the text so we can animate it i [all...] |
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
android_3p-bundle.js | [all...] |
/build/make/tools/droiddoc/templates-sac/assets/js/ |
android_3p-bundle.js | [all...] |
/external/doclava/res/assets/templates-sdk/assets/js/ |
android_3p-bundle.js | [all...] |
/frameworks/base/media/java/android/media/ |
Cea708CaptionRenderer.java | 58 /** @hide */ 89 /** @hide */ 118 * @hide 732 * @hide 1744 hide(); method 1752 public void hide() { method in class:Cea708CCWidget.CCWindowLayout 1980 hide(); method [all...] |
/build/make/core/ |
config.mk | 136 hide := @ macro 257 $(hide) ($($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)READELF) -d $(1) | grep SONAME || echo "No SONAME for $1") > $(2) 258 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)READELF) --dyn-syms $(1) | awk '{$$2=""; $$3=""; print}' >> $(2) 263 $(hide) otool -l $(1) | grep LC_ID_DYLIB -A 5 > $(2) 264 $(hide) nm -gP $(1) | cut -f1-2 -d" " | (grep -v U$$ >> $(2) || true) [all...] |
/build/make/tools/droiddoc/templates-ndk/ |
sdkpage.cs | 48 <?cs if:header.hide ?><?cs else ?> 426 $('#not-supported').hide(); 447 $("#landing").hide();
|
/external/v8/tools/turbolizer/ |
graph-view.js | 128 d3.select("#hide-dead").on("click", partial(this.hideDeadAction, graph)); 129 d3.select("#hide-unselected").on("click", partial(this.hideUnselectedAction, graph)); 130 d3.select("#hide-selected").on("click", partial(this.hideSelectedAction, graph));
|