Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java446 int flags = shouldUseTheme() ? FLAG_THEMED : 0; in applyIconAndLabel()
461 protected boolean shouldUseTheme() { in shouldUseTheme() method in BubbleTextView