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

<<1112131415161718

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
MessageTestActivity.java 265 mInstructionsDialog.hide();
  /development/samples/ApiDemos/src/com/example/android/apis/view/
OverscanActivity.java 193 getActionBar().hide();
  /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();
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 416 instructionsHideText.id = 'instructions-hide-text';
417 instructionsHideText.className = 'keyboard-overlay-instructions-hide-text';
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 386 SDL_Win->hide();
  /external/webkit/Source/WebCore/inspector/front-end/
AuditsPanel.js 231 this._visibleView.hide();
ScriptsPanel.js 241 hide: function()
244 this.visibleView.hide();
245 WebInspector.Panel.prototype.hide.call(this);
502 this._visibleView.hide();
    [all...]
ProfilesPanel.js 351 this.welcomeView.hide();
561 this.visibleView.hide();
790 this.hide();
SourceFrame.js 85 hide: function()
93 this._textViewer.hide();
755 this._popup.hide();
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollView.h 281 virtual void hide();
  /external/webkit/Source/WebCore/platform/efl/
WidgetEfl.cpp 283 void Widget::hide() function in class:WebCore::Widget
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 332 void PluginView::hide()
334 LOG(Plugins, "PluginView::hide()");
338 Widget::hide();
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 126 void PluginView::hide() function in class:WebCore::PluginView
271 // be performed, so in that case we hide the plugin view
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.cpp 1491 virtual void hide() function in class:WebCore::QtPluginGraphicsWidget
    [all...]
  /frameworks/base/
Android.mk 313 $(hide) $(AIDL) --preprocess $@ $(PRIVATE_SRC_FILES)
416 -werror -hide 113 \
627 $(hide) mkdir -p $(dir $@)
628 $(hide) $(ACP) $< $@
  /frameworks/base/policy/src/com/android/internal/policy/impl/
FaceUnlock.java 115 * timeoutMillis is 0, no hide is performed. Called on the UI thread.
135 public void hide() { method in class:FaceUnlock
136 if (DEBUG) Log.d(TAG, "hide()");
137 // Remove messages to prevent a delayed show message from undo-ing the hide
144 * Face Unlock view is displayed to hide the backup lock while the service is starting up.
421 * Removes show and hide messages from the message queue. Called to prevent delayed show/hide
SimPukUnlockScreen.java 249 mSimUnlockProgressDialog.hide();
SimUnlockScreen.java 221 mSimUnlockProgressDialog.hide();
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 204 mDialog.hide();
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
Gallery.java 137 getActionBar().hide();
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowActivity.java 288 mMediaController.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);
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 488 void PluginView::hide() function in class:WebCore::PluginView
495 Widget::hide();
746 hide();
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 370 hide(true);
373 public void hide(boolean animate) { method in class:RecentsPanelView
827 hide(false);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
DialtactsActivity.java 625 ft.hide(searchFragment);
692 // Here we assume that we're not on the search mode, so let's hide the fragment.
701 // sure to hide it.
704 transaction.hide(mSearchFragment);
    [all...]

Completed in 1800 milliseconds

<<1112131415161718