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

1 2 3 4 5 6 7 891011>>

  /build/core/
package.mk 216 $(hide) for GENERATED_MANIFEST_FILE in `find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) \
222 $(hide) for GENERATED_R_FILE in `find $(PRIVATE_SOURCE_INTERMEDIATES_DIR) \
391 $(hide) rm -f $(patsubst %.apk,%.odex,$@)
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieControllerOverlay.java 132 hide(); method
187 public void hide() { method in class:MovieControllerOverlay
258 hide(); method
ActivityState.java 142 actionBar.hide();
GalleryActionBar.java 249 public void hide() { method in class:GalleryActionBar
250 if (mActionBar != null) mActionBar.hide();
  /external/chromium/chrome/browser/resources/options/
sync_setup_overlay.css 291 .sync-item-hide {
328 .sync-error-hide {
  /external/doclava/res/assets/templates/
diff.cs 82 $(tbody).hide();
108 $(table.rows[i++]).hide();
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FullScreenVideoQt.cpp 97 m_fullScreenWidget->hide();
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 56 void hide() { hidePopupMenu(); } function in class:WebKit::WebPopupMenuProxyWin
WebPopupMenuProxyWin.cpp 580 hide();
583 hide();
608 hide();
615 hide();
684 // hide the popup.
690 hide();
715 // Only hide the popup if the mouse is inside the popup window.
719 hide();
  /frameworks/base/core/java/android/widget/
MediaController.java 56 * Functions like show() and hide() have no effect when MediaController
59 * MediaController will hide and
192 hide();
232 * @hide This doesn't work as advertised
328 * the controller until hide() is called.
362 public void hide() { method in class:MediaController
383 hide();
485 hide(); method
  /frameworks/compile/libbcc/
Android.mk 54 $(hide) mkdir -p $(dir $@) && \
156 # -Wl,--exclude-libs=ALL only applies to library archives. It would hide most
  /frameworks/native/include/gui/
Surface.h 66 status_t hide();
SurfaceComposerClient.h 118 status_t hide(SurfaceID id);
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java 57 private String[] mToggleLabels = {"Show Titles", "Hide Titles"};
87 .hide(getFragmentManager().findFragmentById(R.id.titles_frag)).commit();
225 fm.beginTransaction().hide(f).commit();
  /external/webkit/Source/WebCore/inspector/front-end/
Panel.js 80 hide: function()
83 WebInspector.View.prototype.hide.call(this);
DetailedHeapshotView.js 317 WebInspector.PleaseWaitMessage.prototype.hide();
347 WebInspector.PleaseWaitMessage.prototype.hide();
559 hide: function()
561 WebInspector.View.prototype.hide.call(this);
794 this.currentView.hide();
    [all...]
Toolbar.js 118 this._dropdown.hide();
189 hide: function()
218 this.hide();
  /external/webkit/Source/WebCore/rendering/
RenderWidget.cpp 213 m_widget->hide();
235 m_widget->hide();
  /gdk/build/core/
setup-app.mk 54 $(hide) rm -f $(GDK_APP_PROJECT_PATH)/res/raw/lib*.bc
  /packages/apps/Browser/src/com/android/browser/
TitleBar.java 197 void hide() { method in class:TitleBar
271 hide(); method
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 279 $(".toggle-img", li).attr("title", "hide pages");
395 node.siblings().css("display","none"); // hide all siblings
409 node.siblings().css("display","none"); // hide all siblings
458 button.removeClass("show").addClass("hide");
461 button.removeClass("hide").addClass("show");
  /frameworks/base/policy/src/com/android/internal/policy/impl/
LockPatternKeyguardView.java 246 if (DEBUG) Log.v(TAG, "View " + view + " requested hide transports");
620 mBiometricUnlock.hide();
641 mBiometricUnlock.hide();
700 // When someone plugs in or unplugs the device, we hide the biometric sensor area and
709 mBiometricUnlock.hide();
730 mBiometricUnlock.hide();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 332 // Hide all tabs (the current tab will later be reshown once a tab is selected)
381 // Hide all fragments for now. We adjust visibility when we get onSelectedTabChanged()
383 transaction.hide(mFavoritesFragment);
384 transaction.hide(mAllFragment);
385 transaction.hide(mGroupsFragment);
412 transaction.hide(mContactDetailFragment);
414 transaction.hide(mGroupDetailFragment);
704 // hide it so its options menu will be shown/hidden.
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
view.js 26 * Called to show/hide the view.
  /external/proguard/src/proguard/gui/
MemberSpecificationDialog.java 237 hide();
247 hide();

Completed in 588 milliseconds

1 2 3 4 5 6 7 891011>>