Searched refs:DoubleShadowBubbleTextView (Results 1 – 5 of 5) sorted by relevance
34 public class DoubleShadowBubbleTextView extends BubbleTextView { class38 public DoubleShadowBubbleTextView(Context context) { in DoubleShadowBubbleTextView() method in DoubleShadowBubbleTextView42 public DoubleShadowBubbleTextView(Context context, AttributeSet attrs) { in DoubleShadowBubbleTextView() method in DoubleShadowBubbleTextView46 public DoubleShadowBubbleTextView(Context context, AttributeSet attrs, int defStyle) { in DoubleShadowBubbleTextView() method in DoubleShadowBubbleTextView
24 import com.android.launcher3.views.DoubleShadowBubbleTextView;50 if (callView instanceof DoubleShadowBubbleTextView) { in workspaceToBoards()70 if (callView instanceof DoubleShadowBubbleTextView) { in viewsToBoard()
35 import com.android.launcher3.views.DoubleShadowBubbleTextView;77 View cell = isWidget ? new View(mApplicationContext) : new DoubleShadowBubbleTextView( in addViewInCellLayout()
55 import com.android.launcher3.views.DoubleShadowBubbleTextView;359 if (icon instanceof DoubleShadowBubbleTextView) { in setThemedIconsBackgroundColor()360 DoubleShadowBubbleTextView textView = ((DoubleShadowBubbleTextView) icon); in setThemedIconsBackgroundColor()
63 import com.android.launcher3.views.DoubleShadowBubbleTextView;72 public class PredictedAppIcon extends DoubleShadowBubbleTextView {