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/src/com/android/launcher3/celllayout/
DCellLayoutTestUtils.java24 import com.android.launcher3.views.DoubleShadowBubbleTextView;
50 if (callView instanceof DoubleShadowBubbleTextView) { in workspaceToBoards()
70 if (callView instanceof DoubleShadowBubbleTextView) { in viewsToBoard()
DReorderAlgorithmUnitTest.java35 import com.android.launcher3.views.DoubleShadowBubbleTextView;
77 View cell = isWidget ? new View(mApplicationContext) : new DoubleShadowBubbleTextView( in addViewInCellLayout()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java55 import com.android.launcher3.views.DoubleShadowBubbleTextView;
359 if (icon instanceof DoubleShadowBubbleTextView) { in setThemedIconsBackgroundColor()
360 DoubleShadowBubbleTextView textView = ((DoubleShadowBubbleTextView) icon); in setThemedIconsBackgroundColor()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DPredictedAppIcon.java63 import com.android.launcher3.views.DoubleShadowBubbleTextView;
72 public class PredictedAppIcon extends DoubleShadowBubbleTextView {