Searched defs:getSecondaryValue (Results 1 – 3 of 3) sorted by relevance
99 <T> T getSecondaryValue(T x, T y); in getSecondaryValue() method102 int getSecondaryValue(int x, int y); in getSecondaryValue() method105 float getSecondaryValue(float x, float y); in getSecondaryValue() method
71 public <T> T getSecondaryValue(T x, T y) { in getSecondaryValue() method in LandscapePagedViewHandler81 public int getSecondaryValue(int x, int y) { in getSecondaryValue() method in LandscapePagedViewHandler91 public float getSecondaryValue(float x, float y) { in getSecondaryValue() method in LandscapePagedViewHandler
72 public <T> T getSecondaryValue(T x, T y) { in getSecondaryValue() method in PortraitPagedViewHandler82 public int getSecondaryValue(int x, int y) { in getSecondaryValue() method in PortraitPagedViewHandler92 public float getSecondaryValue(float x, float y) { in getSecondaryValue() method in PortraitPagedViewHandler