/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/src/com/android/tv/dvr/ui/playback/ |
DvrPlaybackControlHelper.java | 246 * false} to hide it. 248 * hide it. 356 .hide(mFragment)
|
/packages/services/Telecomm/src/com/android/server/telecom/settings/ |
BlockedNumbersActivity.java | 203 transaction.hide(fragment);
|
/prebuilts/go/darwin-x86/doc/codewalk/ |
codewalk.js | 214 this.overlay.hide(); 225 target.find('span').text(description.is(':hidden') ? 'show' : 'hide');
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
interactive.go | 149 ":": []string{"focus=", "ignore=", "hide=", "tagfocus=", "tagignore="}, 323 : Clear focus/ignore/hide/tagfocus/tagignore
|
webui.go | 173 {"h", "hide"}, 204 vars["hide"].value = u.Query().Get("h")
|
webhtml.go | 209 <a title="{{.Help.hide}}" href="{{.BaseURL}}" id="hide">Hide</a> 675 if (id == "hide") param = "h" 750 for (const id of ["focus", "ignore", "hide", "show"]) { 772 "focus", "ignore", "hide", "show"]
|
/prebuilts/go/linux-x86/doc/codewalk/ |
codewalk.js | 214 this.overlay.hide(); 225 target.find('span').text(description.is(':hidden') ? 'show' : 'hide');
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/ |
interactive.go | 149 ":": []string{"focus=", "ignore=", "hide=", "tagfocus=", "tagignore="}, 323 : Clear focus/ignore/hide/tagfocus/tagignore
|
webui.go | 173 {"h", "hide"}, 204 vars["hide"].value = u.Query().Get("h")
|
webhtml.go | 209 <a title="{{.Help.hide}}" href="{{.BaseURL}}" id="hide">Hide</a> 675 if (id == "hide") param = "h" 750 for (const id of ["focus", "ignore", "hide", "show"]) { 772 "focus", "ignore", "hide", "show"]
|
/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/core/java/android/view/ |
SurfaceControl.java | 58 * @hide 277 * Surface flag: Hide the surface. 278 * Equivalent to calling hide(). 342 * @hide 643 * @hide 849 public void hide() { method in class:SurfaceControl 852 sGlobalTransaction.hide(this); 1387 public Transaction hide(SurfaceControl sc) { method in class:SurfaceControl.Transaction [all...] |
/build/make/tools/droiddoc/templates-ndk/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 | 169 hide := @ macro 298 $(hide) ($($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)READELF) -d $(1) | grep SONAME || echo "No SONAME for $1") > $(2) 299 $(hide) $($(PRIVATE_2ND_ARCH_VAR_PREFIX)$(PRIVATE_PREFIX)READELF) --dyn-syms $(1) | awk '{$$2=""; $$3=""; print}' >> $(2) 304 $(hide) otool -l $(1) | grep LC_ID_DYLIB -A 5 > $(2) 305 $(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));
|
/prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
profile_test.go | 768 focus, ignore, hide, show *regexp.Regexp 785 hide: regexp.MustCompile("lib.so"), 800 gf, gi, gh, gnh := prof.FilterSamplesByName(tc.focus, tc.ignore, tc.hide, tc.show)
|
/prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/ |
profile_test.go | 768 focus, ignore, hide, show *regexp.Regexp 785 hide: regexp.MustCompile("lib.so"), 800 gf, gi, gh, gnh := prof.FilterSamplesByName(tc.focus, tc.ignore, tc.hide, tc.show)
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
PhotoPage.java | [all...] |
/cts/tests/fragment/src/android/fragment/cts/ |
FragmentTransactionTest.java | 289 .hide(fragment)
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
SystemUIModes.java | 252 getActionBar().hide();
|
/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...] |