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

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/fpdfsdk/src/javascript/
console.cpp 26 JS_STATIC_METHOD_ENTRY(hide)
46 FX_BOOL console::hide(IFXJS_Context* cc, const CJS_Parameters& params, CJS_Value& vRet, CFX_WideString& sError) function in class:console
  /frameworks/support/design/honeycomb-mr1/android/support/design/widget/
FloatingActionButtonHoneycombMr1.java 33 void hide() { method in class:FloatingActionButtonHoneycombMr1
35 // A hide animation is in progress, or we're already hidden. Skip the call
  /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
  /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/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 44 public void hide(); method in interface:ActionBarInterface
  /packages/apps/Camera2/src/com/android/camera/filmstrip/
FilmstripContentPanel.java 64 void hide(); method in interface:FilmstripContentPanel
  /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 115 bar.hide();
  /frameworks/base/core/java/android/widget/
ZoomControls.java 86 public void hide() { method in class:ZoomControls
  /frameworks/native/libs/gui/
SurfaceControl.cpp 112 status_t SurfaceControl::hide() { function in class:android::SurfaceControl
115 return mClient->hide(mHandle);
  /frameworks/support/v4/java/android/support/v4/widget/
ContentLoadingProgressBar.java 90 * Hide the progress view if it is visible. The progress view will not be
94 public void hide() { method in class:ContentLoadingProgressBar
105 // so put a delayed message in to hide it when its been
116 * during that time, hide() is called, the view is never made visible.
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 25 hide := macro
27 hide := @ macro
61 $(hide)$(BISON) -o $@ --defines=$(YTAB_H) awkgram.y
73 $$(hide)mkdir -p $$(dir $$@)
74 $$(hide)$$(CC) $$(CFLAGS) -c -o $$@ $$<
84 $(hide)$(NATIVE_CC) $(NATIVE_CFLAGS) $(NATIVE_LDFLAGS) maketab.c -o $@
93 $(hide)$(MAKETAB) $(YTAB_H) > $@
98 $(hide)$(CC) $(LDFLAGS) -o $@ $(OBJECTS) -lm
101 $(hide)rm -f $(OBJECTS) $(PROGRAM) $(MAKETAB) $(YTAB_C) $(YTAB_H) $(PROGTAB_C)
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 33 hide = @ macro
37 hide = macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesp.h 137 inline void hide() function in class:NCursesPanel
141 // Hide the panel. It stays in the stack but becomes invisible.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesp.h 137 inline void hide() function in class:NCursesPanel
141 // Hide the panel. It stays in the stack but becomes invisible.
  /frameworks/base/services/core/java/com/android/server/wm/
BlackFrame.java 163 public void hide() { method in class:BlackFrame
167 mBlackSurfaces[i].surface.hide();

Completed in 475 milliseconds

1 2 3 4 5 6 7 8 91011>>