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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/chromium/src/
WebPluginContainerImpl.cpp 154 void WebPluginContainerImpl::hide() function in class:WebKit::WebPluginContainerImpl
159 Widget::hide();
WebPopupMenuImpl.cpp 130 m_widget->hide();
  /frameworks/base/services/java/com/android/server/wm/
WindowStateAnimator.java 383 mWin, "HIDE (finishExit)", null);
384 hide(); method
394 void hide() { method in class:WindowStateAnimator
399 "HIDE (performLayout)", null);
403 mSurface.hide();
537 public void hide() { method in class:WindowStateAnimator.SurfaceTrace
538 super.hide();
540 Slog.v(SURFACE_TAG, "hide: " + this + ". Called by "
679 + "), layer=" + mAnimLayer + " HIDE", null);
691 mSurface.hide();
1097 hide(); method
1099 hide(); method
    [all...]
DimAnimator.java 176 + ": HIDE");
178 mDimSurface.hide();
ScreenRotationAnimation.java     [all...]
  /frameworks/native/libs/gui/
Surface.cpp 113 status_t SurfaceControl::hide() { function in class:android::SurfaceControl
117 return client->hide(mToken);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidates1LineViewManager.java 98 /** Whether hide the view if there is no candidate */
214 * Set auto-hide mode.
215 * @param hide {@code true} if the view will hidden when no candidate exists;
218 public void setAutoHide(boolean hide) {
219 mAutoHideMode = hide;
  /build/core/
cleanbuild.mk 209 $(hide) rm -rf $(FILES)
215 $(hide) rm -rf $(FILES)
  /build/tools/droiddoc/templates-pdk/assets/
search_autocomplete.js 96 filtered.rows[ROW_COUNT].className = "hide-row";
98 //if we have no results, hide the table
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 49 <?cs if:header.hide ?><?cs else ?>
213 $('#not-supported').hide();
  /cts/tests/tests/widget/src/android/widget/cts/
MediaControllerTest.java 132 mMediaController.hide();
  /external/chromium/chrome/browser/resources/options/
options.js 47 // document.documentElement.setAttribute('hide-menu', menuDisabled);
51 document.documentElement.classList.add('hide-menu');
  /external/doclava/res/assets/templates/assets/
search_autocomplete.js 96 filtered.rows[ROW_COUNT].className = "hide-row";
98 //if we have no results, hide the table
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
ButtonPropertyEditorPresentationImpl.java 53 public final void hide(PropertyTable propertyTable, Property property) { method in class:ButtonPropertyEditorPresentationImpl
  /external/webkit/Source/WebCore/platform/
Widget.h 179 virtual void hide();
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 494 void PopupContainer::hide() function in class:WebCore::PopupContainer
1405 void PopupMenuChromium::hide() function in class:WebCore::PopupMenuChromium
    [all...]
  /external/webkit/Source/WebKit/chromium/tests/
PopupMenuTest.cpp 211 m_popupMenu->hide();
257 // Tests that show/hide and repeats. Select popups are reused in web pages when
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 91 else if (event->type() == QEvent::Hide && m_ownerPopup.m_popupVisible)
209 void QtFallbackWebPopup::hide() function in class:WebCore::QtFallbackWebPopup
213 // Qt::Popup window will hide itself on mouse events outside its window.
QtMaemoWebPopup.cpp 102 void QtMaemoWebPopup::hide() function in class:WebCore::QtMaemoWebPopup
  /frameworks/base/core/java/android/app/
ActionBar.java 622 * Hide the ActionBar if it is currently showing.
628 * ActionBar using the overlay feature to hide through
631 * seamlessly hide it in conjunction with other screen decorations.
633 public abstract void hide(); method in class:ActionBar
    [all...]
DialogFragment.java 35 * the dialog (deciding when to show, hide, dismiss it) should be done through
391 /** @hide */
524 mDialog.hide();
535 // Set removed here because this dismissal is just to hide
  /frameworks/base/core/java/android/view/
Surface.java 131 /** Surface is created hidden @hide */
139 * @hide*/
162 * @hide
172 * @hide
181 * @hide
187 /** Creates a normal surface. This is the default. @hide */
195 * @hide
205 * @hide
209 /** @hide */
212 /** Mask used for FX values above @hide */
496 public native void hide(); method in class:Surface
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
SearchPanelView.java 216 public void hide(boolean animate) { method in class:SearchPanelView
  /frameworks/base/policy/src/com/android/internal/policy/impl/
KeyguardViewManager.java 283 public synchronized void hide() { method in class:KeyguardViewManager
284 if (DEBUG) Log.d(TAG, "hide()");
  /frameworks/support/v4/java/android/support/v4/app/
DialogFragment.java 288 /** @hide */
419 mDialog.hide();
430 // Set removed here because this dismissal is just to hide

Completed in 2271 milliseconds

1 2 3 4 5 6 7 8 91011>>