Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A 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
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
H A DPredictedAppIcon.java60 import com.android.launcher3.views.DoubleShadowBubbleTextView;
69 public class PredictedAppIcon extends DoubleShadowBubbleTextView {