Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java34 public class DoubleShadowBubbleTextView extends BubbleTextView { class
38 public DoubleShadowBubbleTextView(Context context) { in DoubleShadowBubbleTextView() method in DoubleShadowBubbleTextView
42 public DoubleShadowBubbleTextView(Context context, AttributeSet attrs) { in DoubleShadowBubbleTextView() method in DoubleShadowBubbleTextView
46 public DoubleShadowBubbleTextView(Context context, AttributeSet attrs, int defStyle) { in DoubleShadowBubbleTextView() method in DoubleShadowBubbleTextView
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DCellLayoutTestUtils.java25 import com.android.launcher3.views.DoubleShadowBubbleTextView;
51 if (callView instanceof DoubleShadowBubbleTextView) { in workspaceToBoards()
69 if (callView instanceof DoubleShadowBubbleTextView) { in viewsToBoard()
DHotseatReorderUnitTest.kt34 import com.android.launcher3.views.DoubleShadowBubbleTextView in <lambda>()
92 else DoubleShadowBubbleTextView(applicationContext) in addViewInCellLayout()
DReorderAlgorithmUnitTest.java40 import com.android.launcher3.views.DoubleShadowBubbleTextView;
138 View cell = isWidget ? new View(mApplicationContext) : new DoubleShadowBubbleTextView( in addViewInCellLayout()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java63 import com.android.launcher3.views.DoubleShadowBubbleTextView;
72 public class PredictedAppIcon extends DoubleShadowBubbleTextView {