Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DBubbleTextViewTest.java22 import static com.android.launcher3.BubbleTextView.DISPLAY_PREDICTION_ROW;
353 mBubbleTextView.setDisplay(DISPLAY_PREDICTION_ROW); in testEnsurePredictionRowIsTwoLine()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java105 public static final int DISPLAY_PREDICTION_ROW = 8; field in BubbleTextView
243 } else if (mDisplay == DISPLAY_ALL_APPS || mDisplay == DISPLAY_PREDICTION_ROW in BubbleTextView()
471 || mDisplay == DISPLAY_PREDICTION_ROW) && (Flags.enableTwolineToggle() in shouldUseTwoLine()