Lines Matching full:toast
75 import android.widget.Toast;
157 private Toast mNoShareToast;
336 Toast.makeText(VideoCamera.this,
337 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(this, R.string.video_reach_size_limit,
1526 Toast.LENGTH_LONG).show();
2348 // Show the tap to focus toast if this is the first start.
2351 // Delay the toast for one second to wait for orientation.