HomeSort by relevance Sort by last modified time
    Searched defs:show (Results 226 - 250 of 915) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.h 77 virtual void show() { } function in class:WebCore::Widget
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ChromeClientImplTest.cpp 65 virtual void show(WebNavigationPolicy policy) function in class:__anon10917::TestWebViewClient
111 m_chromeClientImpl->show(WebCore::NavigationPolicyIgnore);
118 m_chromeClientImpl->show(WebCore::NavigationPolicyIgnore);
  /external/chromium_org/third_party/icu/source/test/intltest/
nmfmtrt.cpp 245 UBool show = verbose; local
265 show = TRUE;
272 show = TRUE;
281 show = TRUE;
290 if (show) {
  /external/chromium_org/third_party/libjingle/source/talk/examples/plus/
presencepushtask.cc 118 const XmlElement * show = stanza->FirstNamed(QN_SHOW); local
119 if (show == NULL || show->FirstChild() == NULL) {
123 if (show->BodyText() == "away") {
126 else if (show->BodyText() == "xa") {
129 else if (show->BodyText() == "dnd") {
132 else if (show->BodyText() == "chat") {
  /external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
MenuActivity.java 65 popup.show();
  /external/icu4c/test/intltest/
nmfmtrt.cpp 245 UBool show = verbose; local
265 show = TRUE;
272 show = TRUE;
281 show = TRUE;
290 if (show) {
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
RayTrace.java 62 public void show(){ method in class:RayTrace
  /external/skia/gm/
pathfill.cpp 170 static void show(SkCanvas* canvas, const SkPath& path, const SkPaint& paint, function in class:PathInverseFillGM
203 show(canvas, path, paint, clipPtr, clipR.fTop, clipR.centerY());
204 show(canvas, path, paint, clipPtr, clipR.centerY(), clipR.fBottom);
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
SaveFragment.java 52 public static void show(FragmentManager fm, String mimeType, String displayName) { method in class:SaveFragment
  /frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
FakeApp.java 112 dialog.show();
  /frameworks/base/services/java/com/android/server/wm/
FocusedStackFrame.java 128 mSurfaceControl.show();
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestBasic.java 61 builder.show();
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
MultiAdapterSpinner.java 156 mPopup.show();
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTransaction.java 107 public abstract FragmentTransaction show(Fragment fragment); method in class:FragmentTransaction
217 * Set the full title to show as a bread crumb when this transaction
232 * Set the short title to show as a bread crumb when this transaction
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
Map.h 56 void show();
118 void Map<T,T2>::show() function in class:Map
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
Map.h 59 void show();
122 void Map<T,T2>::show() function in class:Map
  /hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
FmPresetList.java 169 alert.show();
188 okButtonListener).show();
206 android.R.string.ok, okUnsetButtonListener).show();
  /packages/apps/Camera/src/com/android/camera/
OnScreenHint.java 30 * be shown on the screen continuously. This class helps you create and show
78 * Show the view on the screen.
80 public void show() { method in class:OnScreenHint
100 * @param text The text to show. Can be formatted text.
  /packages/apps/Camera2/src/com/android/camera/
OnScreenHint.java 32 * be shown on the screen continuously. This class helps you create and show
80 * Show the view on the screen.
82 public void show() { method in class:OnScreenHint
102 * @param text The text to show. Can be formatted text.
  /packages/apps/DeskClock/src/com/android/deskclock/widget/
ActionableToastBar.java 100 * @param descriptionText a description text to show in the toast bar
102 * @param actionTextResource resource ID for the text to show in the action button
106 public void show(final ActionClickedListener listener, int descriptionIconResourceId, method in class:ActionableToastBar
145 // Also prevent hiding if show animation is going on.
174 // before the show animation finished. In that case, the hide will mark the
  /packages/apps/Dialer/src/com/android/dialer/list/
SearchFragment.java 118 toast.show();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorGridDialog.java 100 cpd.show();
  /packages/apps/InCallUI/src/com/android/incallui/
AnimationUtils.java 68 public static void show(final View view) { method in class:AnimationUtils.Fade
69 if (FADE_DBG) log("Fade: SHOW view " + view + "...");
81 if (FADE_DBG) log("Fade: ==> SHOW " + view
  /packages/apps/LegacyCamera/src/com/android/camera/
OnScreenHint.java 32 * be shown on the screen continuously. This class helps you create and show
59 * before you can call {@link #show}.
81 * Show the view on the screen.
83 public void show() { method in class:OnScreenHint
103 * @param text The text to show. Can be formatted text.
  /packages/apps/Nfc/src/com/android/nfc/handover/
ConfirmConnectActivity.java 62 alert.show();

Completed in 457 milliseconds

1 2 3 4 5 6 7 8 91011>>