HomeSort by relevance Sort by last modified time
    Searched refs:isViewCreated (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/src/com/android/email/activity/
MessageListFragment.java 80 * {@link #isViewCreated()}.
397 private boolean isViewCreated() {
478 mIsViewCreated = false; // Clear this first for updateSelectionMode(). See isViewCreated().
513 if (isViewCreated()) {
    [all...]
MailboxListFragment.java 148 * - Otherwise, make sure to check if the fragment has views with {@link #isViewCreated()}
432 private boolean isViewCreated() {
545 if (isViewCreated()) {
    [all...]

Completed in 38 milliseconds