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
25 import com.android.launcher3.views.DoubleShadowBubbleTextView;51 if (callView instanceof DoubleShadowBubbleTextView) { in workspaceToBoards()69 if (callView instanceof DoubleShadowBubbleTextView) { in viewsToBoard()
34 import com.android.launcher3.views.DoubleShadowBubbleTextView in <lambda>()92 else DoubleShadowBubbleTextView(applicationContext) in addViewInCellLayout()
40 import com.android.launcher3.views.DoubleShadowBubbleTextView;138 View cell = isWidget ? new View(mApplicationContext) : new DoubleShadowBubbleTextView( in addViewInCellLayout()
63 import com.android.launcher3.views.DoubleShadowBubbleTextView;72 public class PredictedAppIcon extends DoubleShadowBubbleTextView {