Searched defs:hide (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DZoomControls.java86 public void hide() { method in class:ZoomControls
H A DToast.java120 mTN.hide();
342 public void hide() { method in class:Toast.TN
H A DMediaController.java54 * Functions like show() and hide() have no effect when MediaController
57 * MediaController will hide and
149 hide();
183 * @hide This doesn't work as advertised
279 * the controller until hide() is called.
328 public void hide() { method in class:MediaController
349 hide();
437 hide();
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DKeyguardViewManager.java214 public synchronized void hide() { method in class:KeyguardViewManager
215 if (DEBUG) Log.d(TAG, "hide()");
/frameworks/base/awt/java/awt/
H A DMenuComponent.java600 * getItem(selectedItemIndex)).hide(); } MultiRectArea clip =
693 void hide() { method in class:MenuComponent
H A DComponent.java2848 public void hide() { method in class:Component
3476 * it unfocusable, e. g. hide(), removeNotify(), setEnabled(false),
3503 * is made invisible, component still remains visible, i. e. its hide() or
4212 // show() & hide() are not deprecated for Window,
4255 hide();
/frameworks/base/core/java/android/view/
H A DSurface.java113 /** Hide the surface. Equivalent to calling hide() */
138 * {@hide}
184 * {@hide}
198 * {@hide}
214 * {@hide}
289 * {@hide}
301 * release this object's reference. {@hide} */
304 /** Release the local reference to the server-side surface. @hide */
328 /** start/end a transaction {@hide} */
330 /** {@hide} */
375 public native void hide(); method in class:Surface
[all...]
/frameworks/base/libs/surfaceflinger_client/
H A DSurfaceComposerClient.cpp557 status_t SurfaceComposerClient::hide(SurfaceID id) function in class:android::SurfaceComposerClient
H A DSurface.cpp174 status_t SurfaceControl::hide() { function in class:android::SurfaceControl
178 return client->hide(mToken);
/frameworks/base/core/java/android/app/
H A DDialog.java81 * {@hide}
153 * @hide
252 public void hide() { method in class:Dialog
H A DSearchDialog.java75 * @hide
223 // pre-hide all the extraneous elements
343 * @param working true to show spinner, false to hide spinner
737 // In the browser, we hide the search button when there is no text,
986 public void hide() { method in class:SearchDialog
998 super.hide();
/frameworks/base/core/java/com/android/internal/widget/
H A DSlidingTab.java234 void hide() { method in class:SlidingTab.Slider
542 mOtherSlider.hide();
/frameworks/base/core/java/android/webkit/
H A DWebView.java331 public void hide() { method in class:WebView.ExtendedZoomControls
490 // so that we know not to hide the cursor
933 * @hide pending API council approval.
1281 * @hide pending API solidification
1300 * {@hide}
2035 * @hide
2444 /** @hide */
2499 * @hide
2523 * @hide
2553 * @hide
[all...]

Completed in 170 milliseconds