Home
last modified time | relevance | path

Searched refs:DISPLAY_FOLDER (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/apppairs/
DAppPairIconDrawingParams.kt20 import com.android.launcher3.BubbleTextView.DISPLAY_FOLDER
71 iconSize = if (container == DISPLAY_FOLDER) dp.folderChildIconSizePx else dp.iconSizePx
90 if (container == DISPLAY_FOLDER) { in updateBgColor()
DAppPairIcon.java19 import static com.android.launcher3.BubbleTextView.DISPLAY_FOLDER;
114 lp.topMargin = container == DISPLAY_FOLDER in inflateIcon()
119 icon.mAppPairName.setIncludeFontPadding(container != DISPLAY_FOLDER); in inflateIcon()
241 if (mContainer == DISPLAY_FOLDER) { in onMeasure()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DPreviewItemManager.java19 import static com.android.launcher3.BubbleTextView.DISPLAY_FOLDER;
456 new AppPairIconDrawingParams(mContext, DISPLAY_FOLDER);
DFolderPagedView.java226 getContext()), null , api, BubbleTextView.DISPLAY_FOLDER); in createNewView()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java101 public static final int DISPLAY_FOLDER = 2; field in BubbleTextView
248 } else if (mDisplay == DISPLAY_FOLDER) { in BubbleTextView()
462 return (mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER in shouldUseTheme()
DWorkspace.java19 import static com.android.launcher3.BubbleTextView.DISPLAY_FOLDER;
2677 api.getIconDrawableArea().onTemporaryContainerChange(DISPLAY_FOLDER);