Searched refs:mDisplayType (Results 1 – 5 of 5) sorted by relevance
62 private DisplayType mDisplayType; field in ContactTileListFragment76 columnCount, mDisplayType); in onAttach()116 final DisplayType[] loaderTypes = mDisplayType.values(); in onStart()118 if (loaderTypes[i] == mDisplayType) { in onStart()119 getLoaderManager().initLoader(mDisplayType.ordinal(), null, in onStart()150 mDisplayType = displayType; in setDisplayType()151 mAdapter.setDisplayType(mDisplayType); in setDisplayType()163 switch (mDisplayType) {172 "Unrecognized DisplayType " + mDisplayType);206 switch (mDisplayType) { in getEmptyStateText()[all …]
48 private DisplayType mDisplayType; field in ContactTileAdapter112 mDisplayType = displayType; in ContactTileAdapter()133 mDisplayType = displayType; in setDisplayType()168 switch (mDisplayType) { in saveNumFrequentsFromCursor()180 throw new IllegalArgumentException("Unrecognized DisplayType " + mDisplayType); in saveNumFrequentsFromCursor()206 switch (mDisplayType) { in getDividerPosition()228 throw new IllegalStateException("Unrecognized DisplayType " + mDisplayType); in getDividerPosition()290 switch (mDisplayType) { in getCount()307 throw new IllegalArgumentException("Unrecognized DisplayType " + mDisplayType); in getCount()332 switch (mDisplayType) { in getItem()[all …]
114 private final int mDisplayType; field in WifiFormPageType134 mDisplayType = displayType; in WifiFormPageType()150 mDisplayType = displayType; in WifiFormPageType()183 return mDisplayType; in getDisplayType()231 if (mDisplayType != FormPageDisplayer.DISPLAY_TYPE_LOADING) { in create()233 + mDisplayType + " but " + FormPageDisplayer.DISPLAY_TYPE_LOADING in create()
52 private String mDisplayType; field in AttachmentTile135 mDisplayType = AttachmentUtils.getDisplayType(getContext(), attachment); in render()148 if (mDisplayType != null) { in updateSubtitleText()150 sb.append(mDisplayType); in updateSubtitleText()
67 private String mDisplayType; field in MessageAttachmentBar154 mDisplayType = bidiFormatter.unicodeWrap( in render()428 if (mDisplayType != null) { in updateSubtitleText()430 sb.append(mDisplayType); in updateSubtitleText()