HomeSort by relevance Sort by last modified time
    Searched refs:Hide (Results 1 - 21 of 21) sorted by null

  /development/samples/IntentPlayground/src/com/example/android/intentplayground/
BaseActivityViewModel.java 27 enum FabAction {Show, Hide}
LaunchFragment.java 65 mViewModel.actOnFab(BaseActivityViewModel.FabAction.Hide);
BaseActivity.java 96 case Hide:
97 launchButton.hide();
  /external/pdfium/core/fpdfdoc/
cpdf_action.h 28 Hide,
  /external/mesa3d/include/HaikuGL/
GLView.h 78 virtual void Hide();
158 virtual void Hide();
  /external/clang/test/SemaTemplate/
alias-templates.cpp 115 struct Hide {
119 Hidden1<Hide> h1;
120 Hidden2<Hide, double, char> h2(1, 2);
  /external/mesa3d/src/hgl/
GLView.cpp 321 BGLView::Hide()
323 BView::Hide();
571 BGLScreen::Hide()
573 BWindowScreen::Hide();
  /external/testng/src/main/resources/
testng-reports.js 15 installMethodHandlers('passed', true); // hide passed methods by default
22 // Hide all the panels and display the first one (do this last
24 $('.panel').hide();
33 contents.hide();
39 function installMethodHandlers(name, hide) {
45 var s = 'a.hide-methods.' + name + "." + t.attr('panel-name');
59 $('a.hide-methods.' + name).click(function() {
61 w.hide();
62 getHideLink($(this), name).hide();
64 getMethodPanelClassSel($(this), name).hide();
    [all...]
  /external/clang/include/clang/Sema/
Lookup.h 281 void setHideTags(bool Hide) {
282 HideTags = Hide;
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/
PchPlatformPolicy.h 193 UINT8 Hide : 1; /// Whether or not to hide the configuration space of this port
  /external/libchrome/mojo/public/js/lib/
connector.js 63 // end is gone. Avoid writing any future messages. Hide write failures
  /external/python/httplib2/doc/html/_static/
doctools.js 174 'hideSearchWords()">' + _('Hide Search Matches') + '</a></li>')
198 * helper function to hide the search marks again
  /external/eigen/doc/
eigen_navtree_hacks.js 229 // Hide the root node "Eigen"
  /external/swiftshader/third_party/subzero/bloat/
webtreemap.js 29 // Hide all visible siblings of all our ancestors by lowering them.
  /external/pdfium/fpdfsdk/
fsdk_actionhandler.cpp 375 case CPDF_Action::Hide:
  /external/clang/include/clang/AST/
Decl.h 308 void setHidden(bool Hide) {
309 assert((!Hide || isFromASTFile() || hasLocalOwningModuleStorage()) &&
311 Hidden = Hide;
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/trace/
events.go 382 // Hide runtime.goexit and any runtime functions at the beginning.
  /build/make/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 344 // Hide the "Go to top" link if there's no vertical scroll
449 $(".toggle-img", li).attr("title", "hide pages");
539 node.siblings().css("display","none"); // hide all siblings
553 node.siblings().css("display","none"); // hide all siblings
596 /* Used to hide and reveal supplemental content, such as long code samples.
605 $(".toggle-content-img", div).attr("title", "hide").attr("src", toRoot + "assets/images/triangle-opened.png");
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 271 // Hide the "Go to top" link if there's no vertical scroll
373 $(".toggle-img", li).attr("title", "hide pages");
452 node.siblings().css("display","none"); // hide all siblings
466 node.siblings().css("display","none"); // hide all siblings
515 button.removeClass("show").addClass("hide");
518 button.removeClass("hide").addClass("show");
  /external/jemalloc/bin/
jeprof.in 223 --nodefraction=<f> Hide nodes below <f>*total [default=.005]
224 --edgefraction=<f> Hide edges below <f>*total [default=.001]
    [all...]
  /external/jemalloc_new/bin/
jeprof.in 224 --nodefraction=<f> Hide nodes below <f>*total [default=.005]
225 --edgefraction=<f> Hide edges below <f>*total [default=.001]
    [all...]

Completed in 2479 milliseconds