Home | History | Annotate | Download | only in camera

Lines Matching defs:OnScreenHint

42  * constructs everything you need and returns a new {@code OnScreenHint} object.
44 public class OnScreenHint {
45 static final Log.Tag TAG = new Log.Tag("OnScreenHint");
56 * Construct an empty OnScreenHint object.
64 private OnScreenHint(Activity activity) {
74 mParams.setTitle("OnScreenHint");
105 public static OnScreenHint makeText(Activity activity, CharSequence text) {
106 OnScreenHint result = new OnScreenHint(activity);
120 * Update the text in a OnScreenHint that was previously created using one
122 * @param s The new text for the OnScreenHint.
126 throw new RuntimeException("This OnScreenHint was not "
127 + "created with OnScreenHint.makeText()");
131 throw new RuntimeException("This OnScreenHint was not "
132 + "created with OnScreenHint.makeText()");