HomeSort by relevance Sort by last modified time
    Searched refs:BubbleTextView (Results 1 - 21 of 21) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsRecyclerViewContainerView.java 25 import com.android.launcher3.BubbleTextView;
26 import com.android.launcher3.BubbleTextView.BubbleTextShadowHandler;
63 public void setPressedIcon(BubbleTextView icon, Bitmap background) {
AllAppsGridAdapter.java 45 import com.android.launcher3.BubbleTextView;
519 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate(
530 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate(
566 BubbleTextView icon = (BubbleTextView) holder.mContent;
574 BubbleTextView icon = (BubbleTextView) holder.mContent;
AllAppsRecyclerView.java 28 import com.android.launcher3.BubbleTextView;
174 if (v instanceof BubbleTextView) {
175 BubbleTextView icon = (BubbleTextView) v;
AllAppsContainerView.java 36 import com.android.launcher3.BubbleTextView;
303 BubbleTextView icon = (BubbleTextView) layoutInflater.inflate(
307 BubbleTextView predIcon = (BubbleTextView) layoutInflater.inflate(
  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 36 public class BubbleTextView extends TextView {
64 public BubbleTextView(Context context) {
69 public BubbleTextView(Context context, AttributeSet attrs) {
74 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) {
165 * Draw this BubbleTextView into the given Canvas.
176 getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V + getLayout().getLineTop(0);
Hotseat.java 114 BubbleTextView allAppsButton = (BubbleTextView)
FolderIcon.java 82 private BubbleTextView mFolderName;
135 icon.mFolderName = (BubbleTextView) icon.findViewById(R.id.folder_icon_name);
Workspace.java     [all...]
FocusHelper.java 589 * Private helper method to find the index of the next BubbleTextView or FolderIcon in the
595 // Then we find the next BubbleTextView offset by delta from i
600 if (newV instanceof BubbleTextView || newV instanceof FolderIcon) {
618 * Private helper method to find the next closest BubbleTextView or FolderIcon in the direction
640 (newV instanceof BubbleTextView || newV instanceof FolderIcon)) {
    [all...]
CellLayout.java 124 private BubbleTextView mPressedOrFocusedIcon;
346 private void invalidateBubbleTextView(BubbleTextView icon) {
366 void setPressedOrFocusedIcon(BubbleTextView icon) {
367 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
369 BubbleTextView oldIcon = mPressedOrFocusedIcon;
460 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
620 if (child instanceof BubbleTextView) {
621 BubbleTextView bubbleChild = (BubbleTextView) child;
    [all...]
Launcher.java 318 private BubbleTextView mWaitingForResume;
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
BubbleTextView.java 52 public class BubbleTextView extends TextView
91 public BubbleTextView(Context context) {
95 public BubbleTextView(Context context, AttributeSet attrs) {
99 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) {
105 R.styleable.BubbleTextView, defStyle, 0);
577 .updateIconInBackground(BubbleTextView.this, info);
583 .updateIconInBackground(BubbleTextView.this, info);
589 .updateIconInBackground(BubbleTextView.this, info);
641 void setPressedIcon(BubbleTextView icon, Bitmap background);
ClickShadowView.java 91 public void alignWithIconView(BubbleTextView view, ViewGroup viewParent) {
FolderPagedView.java 211 final BubbleTextView textView = (BubbleTextView) mInflater.inflate(
333 if (rank < FolderIcon.NUM_ITEMS_IN_PREVIEW && v instanceof BubbleTextView) {
334 ((BubbleTextView) v).verifyHighRes();
529 ((BubbleTextView) parent.getChildAt(i)).verifyHighRes();
HolographicOutlineHelper.java 158 Bitmap createMediumDropShadow(BubbleTextView view) {
Workspace.java     [all...]
FolderIcon.java 94 @Thunk BubbleTextView mFolderName;
157 icon.mFolderName = (BubbleTextView) icon.findViewById(R.id.folder_icon_name);
Launcher.java 345 private BubbleTextView mWaitingForResume;
    [all...]
CellLayout.java 50 import com.android.launcher3.BubbleTextView.BubbleTextShadowHandler;
387 public void setPressedIcon(BubbleTextView icon, Bitmap background) {
638 if (child instanceof BubbleTextView) {
639 BubbleTextView bubbleChild = (BubbleTextView) child;
    [all...]
IconCache.java 397 public IconLoadRequest updateIconInBackground(final BubbleTextView caller, final ItemInfo info) {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsListAdapter.java 32 import com.android.launcher3.BubbleTextView;
133 BubbleTextView tv = ((BubbleTextView) holder.getContent().findViewById(R.id.section));

Completed in 282 milliseconds