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

  /packages/apps/Launcher2/src/com/android/launcher2/
BubbleTextView.java 40 public class BubbleTextView extends TextView {
69 public BubbleTextView(Context context) {
74 public BubbleTextView(Context context, AttributeSet attrs) {
79 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) {
162 * Draw this BubbleTextView into the given Canvas.
173 getExtendedPaddingTop() - (int) BubbleTextView.PADDING_V + getLayout().getLineTop(0);
Hotseat.java 101 BubbleTextView allAppsButton = (BubbleTextView)
FolderIcon.java 78 private BubbleTextView mFolderName;
122 icon.mFolderName = (BubbleTextView) icon.findViewById(R.id.folder_icon_name);
CellLayout.java 121 private BubbleTextView mPressedOrFocusedIcon;
296 private void invalidateBubbleTextView(BubbleTextView icon) {
316 void setPressedOrFocusedIcon(BubbleTextView icon) {
317 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
319 BubbleTextView oldIcon = mPressedOrFocusedIcon;
429 // We draw the pressed or focused BubbleTextView's background in CellLayout because it
    [all...]
FocusHelper.java 590 * Private helper method to find the index of the next BubbleTextView or FolderIcon in the
596 // Then we find the next BubbleTextView offset by delta from i
601 if (newV instanceof BubbleTextView || newV instanceof FolderIcon) {
619 * Private helper method to find the next closest BubbleTextView or FolderIcon in the direction
642 (newV instanceof BubbleTextView || newV instanceof FolderIcon)) {
    [all...]
Workspace.java     [all...]
Launcher.java 251 private BubbleTextView mWaitingForResume;
830 BubbleTextView favorite = (BubbleTextView) mInflater.inflate(layoutResId, parent, false);
    [all...]

Completed in 99 milliseconds