Searched refs:toast (Results 1 – 4 of 4) sorted by relevance
103 Toast toast = new Toast(getApplicationContext()); in showOverlay() local104 toast.setGravity(Gravity.FILL, 0, 0); in showOverlay()105 toast.setView(overlay); in showOverlay()106 toast.show(); in showOverlay()
62 Toast toast = Toast.makeText(getApplicationContext(), message, Toast.LENGTH_SHORT);63 toast.show();
373 Toast toast = Toast.makeText( in onItemClick() local375 toast.show(); in onItemClick()
222 Toast toast = Toast.makeText(ctx, txt, duration); in createContactEntry()223 toast.show(); in createContactEntry()