Searched refs:Int2DAction (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
H A D | PagedOrientationHandler.java | 58 interface Int2DAction<T> { interface 64 Int2DAction<View> VIEW_SCROLL_BY = View::scrollBy; 65 Int2DAction<View> VIEW_SCROLL_TO = View::scrollTo; 69 <T> void setPrimary(T target, Int2DAction<T> action, int param); in setPrimary() 72 <T> void set(T target, Int2DAction<T> action, int primaryParam, int secondaryParam); in set()
|
H A D | LandscapePagedViewHandler.java | 105 public <T> void setPrimary(T target, Int2DAction<T> action, int param) { in setPrimary() 120 public <T> void set(T target, Int2DAction<T> action, int primaryParam, in set()
|
H A D | PortraitPagedViewHandler.java | 107 public <T> void setPrimary(T target, Int2DAction<T> action, int param) { in setPrimary() 122 public <T> void set(T target, Int2DAction<T> action, int primaryParam, in set()
|