Home | History | Annotate | Download | only in camera

Lines Matching full:toast

65 import android.widget.Toast;
335 Toast.makeText(mActivity,
336 mActivity.getResources().getString(R.string.wait), Toast.LENGTH_LONG).show();
571 // Show the toast after getting the first orientation changed.
1524 // Show the toast.
1525 Toast.makeText(mActivity, R.string.video_reach_size_limit,
1526 Toast.LENGTH_LONG).show();
2437 // Show the tap to focus toast if this is the first start.
2440 // Delay the toast for one second to wait for orientation.