Searched defs:PagedViewIcon (Results 1 - 2 of 2) 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) {
/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) {

Completed in 137 milliseconds