Home | History | Annotate | Download | only in app

Lines Matching defs:SHOW

127     private static final int SHOW = 0x45;
253 * {@link Activity#showDialog(int)} is used to show this Dialog, that
288 public void show() {
476 show();
508 * dialog has not yet been fully created (for example, via {@link #show()}
529 * yet been fully created (for example, via {@link #show()} or {@link #create()}).
1328 mShowMessage = mListenersHandler.obtainMessage(SHOW, listener);
1398 case SHOW: