Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java21 import static com.android.launcher3.BubbleTextView.DISPLAY_ALL_APPS;
143 mBubbleTextView.setDisplay(DISPLAY_ALL_APPS); in testEmptyString_flagOn()
157 mBubbleTextView.setDisplay(DISPLAY_ALL_APPS); in testEmptyString_flagOff()
174 mBubbleTextView.setDisplay(DISPLAY_ALL_APPS); in testStringWithSpaceLongerThanCharLimit_flagOn()
189 mBubbleTextView.setDisplay(DISPLAY_ALL_APPS); in testStringWithSpaceLongerThanCharLimit_flagOff()
205 mBubbleTextView.setDisplay(DISPLAY_ALL_APPS); in testLongStringNoSpaceLongerThanCharLimit_flagOn()
220 mBubbleTextView.setDisplay(DISPLAY_ALL_APPS); in testLongStringNoSpaceLongerThanCharLimit_flagOff()
236 mBubbleTextView.setDisplay(DISPLAY_ALL_APPS); in testLongStringWithSpaceLongerThanCharLimit_flagOn()
251 mBubbleTextView.setDisplay(DISPLAY_ALL_APPS); in testLongStringWithSpaceLongerThanCharLimit_flagOff()
267 mBubbleTextView.setDisplay(DISPLAY_ALL_APPS); in testLongStringSymbolLongerThanCharLimit_flagOn()
[all …]
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java100 public static final int DISPLAY_ALL_APPS = 1; field in BubbleTextView
243 } else if (mDisplay == DISPLAY_ALL_APPS || mDisplay == DISPLAY_PREDICTION_ROW in BubbleTextView()
470 return isCurrentLanguageEnglish() && (mDisplay == DISPLAY_ALL_APPS in shouldUseTwoLine()
1040 if (mDisplay == DISPLAY_ALL_APPS) { in applyDotState()