Lines Matching refs:mDisplay
126 protected final int mDisplay; field in BubbleTextView
176 mDisplay = a.getInteger(R.styleable.BubbleTextView_iconDisplay, DISPLAY_WORKSPACE); in BubbleTextView()
178 if (mDisplay == DISPLAY_WORKSPACE) { in BubbleTextView()
183 } else if (mDisplay == DISPLAY_ALL_APPS) { in BubbleTextView()
187 } else if (mDisplay == DISPLAY_FOLDER) { in BubbleTextView()
191 } else if (mDisplay == DISPLAY_SEARCH_RESULT) { in BubbleTextView()
193 } else if (mDisplay == DISPLAY_SEARCH_RESULT_SMALL) { in BubbleTextView()
196 } else if (mDisplay == DISPLAY_TASKBAR) { in BubbleTextView()
324 boolean useTheme = mDisplay == DISPLAY_WORKSPACE || mDisplay == DISPLAY_FOLDER; in applyIconAndLabel()
650 if (mDisplay == DISPLAY_ALL_APPS) { in applyDotState()
864 BubbleTextView.getIconBounds(this, bounds, getIconSizeForDisplay(mDisplay)); in getSourceVisualDragBounds()