Home
last modified time | relevance | path

Searched defs:getSecondaryValue (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/touch/
DPagedOrientationHandler.java99 <T> T getSecondaryValue(T x, T y); in getSecondaryValue() method
102 int getSecondaryValue(int x, int y); in getSecondaryValue() method
105 float getSecondaryValue(float x, float y); in getSecondaryValue() method
DLandscapePagedViewHandler.java71 public <T> T getSecondaryValue(T x, T y) { in getSecondaryValue() method in LandscapePagedViewHandler
81 public int getSecondaryValue(int x, int y) { in getSecondaryValue() method in LandscapePagedViewHandler
91 public float getSecondaryValue(float x, float y) { in getSecondaryValue() method in LandscapePagedViewHandler
DPortraitPagedViewHandler.java72 public <T> T getSecondaryValue(T x, T y) { in getSecondaryValue() method in PortraitPagedViewHandler
82 public int getSecondaryValue(int x, int y) { in getSecondaryValue() method in PortraitPagedViewHandler
92 public float getSecondaryValue(float x, float y) { in getSecondaryValue() method in PortraitPagedViewHandler