Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java80 private static final int DISPLAY_WORKSPACE = 0; field in BubbleTextView
176 mDisplay = a.getInteger(R.styleable.BubbleTextView_iconDisplay, DISPLAY_WORKSPACE); in BubbleTextView()
178 if (mDisplay == DISPLAY_WORKSPACE) { in BubbleTextView()
324 boolean useTheme = mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER; in applyIconAndLabel()
856 case DISPLAY_WORKSPACE: in getIconSizeForDisplay()