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.java69 private static final int DISPLAY_WORKSPACE = 0; field in BubbleTextView
155 int display = a.getInteger(R.styleable.BubbleTextView_iconDisplay, DISPLAY_WORKSPACE); in BubbleTextView()
157 if (display == DISPLAY_WORKSPACE) { in BubbleTextView()