Home | History | Annotate | Download | only in musicfx

Lines Matching defs:toast

58 import android.widget.Toast;
793 final int duration = Toast.LENGTH_SHORT;
795 final Toast toast = Toast.makeText(context, getString(R.string.headset_plug), duration);
796 toast.setGravity(Gravity.CENTER, toast.getXOffset() / 2, toast.getYOffset() / 2);
797 toast.show();