HomeSort by relevance Sort by last modified time
    Searched defs:PagedViewIcon (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIcon.java 28 public class PagedViewIcon extends 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) {
47 public PagedViewIcon(Context context, AttributeSet attrs) {
51 public PagedViewIcon(Context context, AttributeSet attrs, int defStyle) {
56 PagedViewIcon.PressedCallback cb) {
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewIcon.java 32 public class PagedViewIcon extends 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) {
51 public PagedViewIcon(Context context, AttributeSet attrs) {
55 public PagedViewIcon(Context context, AttributeSet attrs, int defStyle) {
69 PagedViewIcon.PressedCallback cb) {

Completed in 199 milliseconds