Home | History | Annotate | Download | only in launcher3

Lines Matching defs:onShow

1028         // have onHide (from onPause), then onShow, then onHide again, which we get if we don't
1032 // If we are resuming and the custom content is the current page, we call onShow().
1033 // It is also possible that onShow will instead be called slightly after first layout
1036 mWorkspace.getCustomContentCallbacks().onShow(true);
1083 void onShow(boolean fromResume);