Searched refs:makeText (Results 1 - 25 of 29) sorted by relevance

12

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DToastTest.java18 Toast toast = Toast.makeText(new Activity(), "short toast",
26 Toast toast = Toast.makeText(new Activity(), "long toast",
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowToast.java30 public static Toast makeText(Context context, int resId, int duration) { method in class:ShadowToast
31 return makeText(context, context.getResources().getString(resId), duration);
35 public static Toast makeText(Context context, CharSequence text, int duration) { method in class:ShadowToast
/external/replicaisland/src/com/replica/replicaisland/
H A DSetPreferencesActivity.java75 Toast.makeText(this, R.string.saved_game_erased_notification,
/external/opencv3/samples/android/tutorial-3-cameracontrol/src/org/opencv/samples/tutorial3/
H A DTutorial3Activity.java157 Toast.makeText(this, mOpenCvCameraView.getEffect(), Toast.LENGTH_SHORT).show();
166 Toast.makeText(this, caption, Toast.LENGTH_SHORT).show();
181 Toast.makeText(this, fileName + " saved", Toast.LENGTH_SHORT).show();
/external/opencv3/samples/android/camera-calibration/src/org/opencv/samples/cameracalibration/
H A DCameraCalibrationActivity.java149 (Toast.makeText(this, res.getString(R.string.more_samples), Toast.LENGTH_SHORT)).show();
181 (Toast.makeText(CameraCalibrationActivity.this, resultMessage, Toast.LENGTH_SHORT)).show();
/external/opencv3/platforms/android/service/engine/src/org/opencv/engine/manager/
H A DManagerActivity.java46 Toast toast = Toast.makeText(getApplicationContext(),
/external/skia/platform_tools/android/apps/sample_app/src/main/java/com/skia/
H A DSkiaSampleView.java183 Toast.makeText(getContext(), msg, Toast.LENGTH_SHORT).show();
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DLogcatViewer.java145 Toast.makeText(this, "Copied to clipboard", Toast.LENGTH_SHORT).show();
H A DScriptEditor.java209 Toast.makeText(this, "Can't run this type.", Toast.LENGTH_SHORT).show();
264 Toast.makeText(this, "Saved " + mNameText.getText().toString(), Toast.LENGTH_SHORT).show();
599 Toast.makeText(this, "Search not found.", Toast.LENGTH_SHORT).show();
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
H A DTerminalView.java233 notification = Toast.makeText(context, message, Toast.LENGTH_SHORT);
H A DConsoleActivity.java499 Toast.makeText(ConsoleActivity.this,
716 Toast.makeText(ConsoleActivity.this, getString(R.string.terminal_copy_start),
/external/sl4a/Utils/src/com/googlecode/android_scripting/
H A DLog.java41 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
H A DCallActivity.java468 logToast = Toast.makeText(this, msg, Toast.LENGTH_SHORT);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
H A DAndroidFacade.java775 Toast.makeText(mService, message, Toast.LENGTH_SHORT).show();
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/robolectric/v3/runtime/
H A Dshadows-core-3.1-SNAPSHOT-16.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-17.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-18.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-19.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-21.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dshadows-core-3.1-SNAPSHOT-22.jarMETA-INF/ META-INF/MANIFEST.MF linux-x86_64/ linux-x86_64/META-INF/ android/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 639 milliseconds

12