HomeSort by relevance Sort by last modified time
    Searched refs:hide (Results 251 - 275 of 435) sorted by null

<<1112131415161718

  /packages/apps/Browser/src/com/android/browser/
XLargeUi.java 100 mActionBar.hide();
202 // hide the title bar when CAB is shown
  /packages/apps/Email/src/com/android/email/activity/
MoveMessageToDialog.java 138 getDialog().hide();
  /packages/apps/Phone/src/com/android/phone/
AnimationUtils.java 56 // View tag that's set during the fade-out animation; see hide() and
104 public static void hide(final View view, final int visibility) { method in class:AnimationUtils.Fade
105 if (FADE_DBG) log("Fade: HIDE view " + view + "...");
123 if (FADE_DBG) log("Fade: HIDE " + view
137 * @see #hide(View, int)
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
jquery-1.3.2.js     [all...]
  /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/chromium/chrome/browser/resources/
new_new_tab.js 65 hideSection(section); // To hide the maxiview.
686 // Show this section and hide all other sections - at most one section can
810 // Hide the section if the message is emtpy.
    [all...]
  /gdk/build/core/
definitions.mk 867 hide = $(empty) macro
869 hide = @ macro
    [all...]
  /dalvik/vm/
Android.mk 151 $(hide) chmod 755 $@
  /external/chromium/chrome/browser/resources/keyboard/
main.js 405 var hide = document.createElement('div'); variable
406 hide.className = 'image-key hide';
407 this.modeElements_[mode].appendChild(hide);
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 266 hide();
276 hide();
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 145 title = [@"Hide " stringByAppendingString:appName];
146 [appleMenu addItemWithTitle:title action:@selector(hide:) keyEquivalent:@"h"];
148 menuItem = (NSMenuItem *)[appleMenu addItemWithTitle:@"Hide Others" action:@selector(hideOtherApplications:) keyEquivalent:@"h"];
  /external/srec/config/en.us/
Android.mk 96 $(hide) (cd $(DICT_DIR)/ && advzip -a -4 cmu6plus.ok.zip cmu6plus.ok || \
  /external/webkit/Source/WebCore/inspector/front-end/
ProfileView.js 169 hide: function()
171 WebInspector.View.prototype.hide.call(this);
TimelineOverviewPane.js 94 this._heapGraph.hide();
517 hide: function() {
  /external/webkit/Source/WebCore/platform/mac/
PopupMenuMac.mm 218 void PopupMenuMac::hide()
WidgetMac.mm 150 void Widget::hide()
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 650 void PluginView::hide() function in class:WebCore::PluginView
653 Widget::hide();
  /frameworks/base/core/java/android/app/
SearchDialog.java 58 * @hide
198 // pre-hide all the extraneous elements
316 * @param working true to show spinner, false to hide spinner
506 public void hide() { method in class:SearchDialog
518 super.hide();
  /frameworks/base/data/fonts/
Android.mk 29 $(hide) ln -sf $$(notdir $$<) $$@
  /frameworks/base/services/input/
SpriteController.cpp 173 status = update.state.surfaceControl->hide();
309 status = update.state.surfaceControl->hide();
  /frameworks/base/services/java/com/android/server/wm/
WindowAnimator.java 95 winAnimator.hide();
140 mWindowAnimationBackgroundSurface.hide();
273 "Animation started that could impact force hide: " + win);
286 "Force hide " + mForceHiding
  /frameworks/wilhelm/src/
Android.mk 67 # Reduce size of .so and hide internal global symbols
  /packages/apps/Phone/src/com/android/phone/sip/
SipEditor.java 637 private void hide() { method in class:SipEditor.AdvancedSettings
651 hide(); method
  /ndk/build/core/
definitions.mk 269 $$(hide) $$(HOST_ECHO) "$$(wordlist $1,$2,$3)" >> $$@
280 $$(hide) $$(HOST_ECHO) "$(wordlist 1,99,$1)" > $$@
1166 hide = $(empty) macro
1168 hide = @ macro
    [all...]
  /build/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

Completed in 818 milliseconds

<<1112131415161718