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

Completed in 263 milliseconds