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

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 96 private static boolean mTabletDevice;
388 mTabletDevice = Utils.useTabletUI(mActivity.getApplicationContext().getResources());
420 int choice = getDefaultChoiceMode(mTabletDevice);
525 if (mTabletDevice && mNextFocusStartId == 0) {
565 if (!mTabletDevice) {
577 if (!mTabletDevice) {
580 setChoiceMode(getDefaultChoiceMode(mTabletDevice));
790 if (mTabletDevice) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 172 private final boolean mTabletDevice;
360 mTabletDevice = Utils.useTabletUI(res);
    [all...]

Completed in 779 milliseconds