Searched refs:mTabletDevice (Results 1 – 2 of 2) sorted by relevance
96 private static boolean mTabletDevice; field in ConversationListFragment388 mTabletDevice = Utils.useTabletUI(mActivity.getApplicationContext().getResources()); in onActivityCreated()420 int choice = getDefaultChoiceMode(mTabletDevice); in onActivityCreated()525 if (mTabletDevice && mNextFocusStartId == 0) { in onCreateView()565 if (!mTabletDevice) { in setChoiceNone()577 if (!mTabletDevice) { in revertChoiceMode()580 setChoiceMode(getDefaultChoiceMode(mTabletDevice)); in revertChoiceMode()790 if (mTabletDevice) { in onViewModeChanged()
172 private final boolean mTabletDevice; field in ConversationItemView360 mTabletDevice = Utils.useTabletUI(res); in ConversationItemView()956 return mTabletDevice && !mListCollapsible; in showActivatedText()