Searched refs:PagedViewIcon (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewIcon.java28 public class PagedViewIcon extends TextView { class in inherits:TextView
29 /** A simple callback interface to allow a PagedViewIcon to notify when it has been pressed */
31 void iconPressed(PagedViewIcon icon);
35 private static final String TAG = "PagedViewIcon";
38 private PagedViewIcon.PressedCallback mPressedCallback;
43 public PagedViewIcon(Context context) { method in class:PagedViewIcon
47 public PagedViewIcon(Context context, AttributeSet attrs) { method in class:PagedViewIcon
51 public PagedViewIcon(Context context, AttributeSet attrs, int defStyle) { method in class:PagedViewIcon
56 PagedViewIcon.PressedCallback cb) {
H A DAppsCustomizePagedView.java150 PagedViewIcon.PressedCallback, PagedViewWidget.ShortPressListener,
170 private PagedViewIcon mPressedIcon;
505 if (v instanceof PagedViewIcon) {
790 if (v instanceof PagedViewIcon) {
1035 PagedViewIcon icon = (PagedViewIcon) mLayoutInflater.inflate(
1657 public void iconPressed(PagedViewIcon icon) {
H A DWorkspace.java1914 if (child instanceof BubbleTextView || child instanceof PagedViewIcon) {
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewIcon.java32 public class PagedViewIcon extends TextView { class in inherits:TextView
33 /** A simple callback interface to allow a PagedViewIcon to notify when it has been pressed */
35 void iconPressed(PagedViewIcon icon);
39 private static final String TAG = "PagedViewIcon";
42 private PagedViewIcon.PressedCallback mPressedCallback;
47 public PagedViewIcon(Context context) { method in class:PagedViewIcon
51 public PagedViewIcon(Context context, AttributeSet attrs) { method in class:PagedViewIcon
55 public PagedViewIcon(Context context, AttributeSet attrs, int defStyle) { method in class:PagedViewIcon
69 PagedViewIcon.PressedCallback cb) {
H A DAppsCustomizePagedView.java147 PagedViewIcon.PressedCallback, PagedViewWidget.ShortPressListener,
168 private PagedViewIcon mPressedIcon;
506 if (v instanceof PagedViewIcon) {
786 if (v instanceof PagedViewIcon) {
1042 PagedViewIcon icon = (PagedViewIcon) mLayoutInflater.inflate(
1678 public void iconPressed(PagedViewIcon icon) {
H A DWorkspace.java2615 if (child instanceof BubbleTextView || child instanceof PagedViewIcon) {

Completed in 458 milliseconds