HomeSort by relevance Sort by last modified time
    Searched defs:hide (Results 1 - 25 of 293) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
SelectPopup.java 18 public void hide(); method in interface:SelectPopup
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.cpp 53 hide();
65 void PopupMenuChromium::hide() function in class:blink::PopupMenuChromium
68 m_popup->hide();
  /external/pdfium/fpdfsdk/src/javascript/
console.cpp 28 JS_STATIC_METHOD_ENTRY(hide, 0)
53 FX_BOOL console::hide(OBJ_METHOD_PARAMS) function in class:console
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
CompoundPropertyEditorPresentation.java 65 public void hide(PropertyTable propertyTable, Property property) { method in class:CompoundPropertyEditorPresentation
67 presentation.hide(propertyTable, property);
ButtonPropertyEditorPresentation.java 78 public final void hide(PropertyTable propertyTable, Property property) { method in class:ButtonPropertyEditorPresentation
79 m_impl.hide(propertyTable, property);
PropertyEditorPresentation.java 40 public abstract void hide(PropertyTable propertyTable, Property property); method in class:PropertyEditorPresentation
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/autofill/
AutofillPopupBridge.java 67 private void hide() { method in class:AutofillPopupBridge
68 if (mAutofillPopup != null) mAutofillPopup.hide();
  /frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
ActionBarWrapper.java 67 public void hide() { method in class:ActionBarWrapper
68 mActionBar.hide();
  /frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
ActionBarWrapper.java 68 public void hide() { method in class:ActionBarWrapper
69 mActionBar.hide();
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHiderBase.java 25 * API levels to show and hide the status bar.
30 * from calls to {@link #hide()} and {@link #show()}.
59 public void hide() { method in class:SystemUiHiderBase
SystemUiHiderHoneycomb.java 28 * show and hide the system UI.
95 public void hide() { method in class:SystemUiHiderHoneycomb
117 // Pre-Jelly Bean, we must manually hide the action bar
119 mActivity.getActionBar().hide();
SystemUiHider.java 58 * When this flag is set, {@link #show()} and {@link #hide()} will toggle
60 * hide will toggle low profile mode.
65 * When this flag is set, {@link #show()} and {@link #hide()} will toggle
68 * but cannot be hidden, show and hide will toggle low profile mode.
136 * Hide the system UI.
138 public abstract void hide(); method in class:SystemUiHider
150 hide(); method
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/
overlay_widget.js 51 cvox.OverlayWidget.prototype.hide = function(opt_noSync) {
53 goog.base(this, 'hide');
select_widget.js 56 cvox.SelectWidget.prototype.hide = function(opt_noSync) {
60 goog.base(this, 'hide', true);
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
MediaControlElementTypes.cpp 82 void MediaControlElement::hide() function in class:blink::MediaControlElement
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_signs.py 59 def hide(self): member in class:VimSign
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
ActionBarInterface.java 42 public void hide(); method in interface:ActionBarInterface
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripContentPanel.java 64 void hide(); method in interface:FilmstripContentPanel
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
share_dialog.js 148 this.hide();
178 ShareDialog.prototype.hide = function(opt_onHide) {
183 * Hide the dialog with the result and the callback.
202 FileManagerDialogBase.prototype.hide.call(
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
loupe.js 51 function hide(event) { self.hide(); }
52 $('loupe-close').addEventListener('click', hide);
70 Loupe.prototype.hide = function()
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
breadcrumbs_controller.js 248 * Hide breadcrumbs div.
250 BreadcrumbsController.prototype.hide = function() {
  /ndk/sources/host-tools/ndk-depends/
GNUmakefile 33 hide = @ macro
37 hide = macro
  /packages/apps/UnifiedEmail/src/com/android/mail/
MinTimeProgressView.java 72 private void hide() { method in class:MinTimeProgressView
82 // so put a delayed message in to hide it when its been
104 hide(); method
  /build/tools/
java-event-log-tags.py 82 hide = True variable
84 hide = event_log_tags.BooleanFromString(tagfile.options["javadoc_hide"][0]) variable
100 if hide:
102 " * @hide\n"
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ToolbarDisplayOptions.java 119 bar.hide();

Completed in 1206 milliseconds

1 2 3 4 5 6 7 8 91011>>