Searched defs:getSecondaryValue (Results 1 – 5 of 5) sorted by relevance
35 public int getSecondaryValue(int x, int y) { in getSecondaryValue() method in DefaultPagedViewHandler45 public float getSecondaryValue(float x, float y) { in getSecondaryValue() method in DefaultPagedViewHandler
64 int getSecondaryValue(int x, int y); in getSecondaryValue() method67 float getSecondaryValue(float x, float y); in getSecondaryValue() method
64 override fun <T> getSecondaryValue(x: T, y: T): T = x in getPrimaryValue() method in com.android.quickstep.orientation.LandscapePagedViewHandler68 override fun getSecondaryValue(x: Int, y: Int): Int = x in getPrimaryValue() method in com.android.quickstep.orientation.LandscapePagedViewHandler72 override fun getSecondaryValue(x: Float, y: Float): Float = x in getPrimaryValue() method in com.android.quickstep.orientation.LandscapePagedViewHandler
63 fun <T> getSecondaryValue(x: T, y: T): T in setSecondary() method
78 public <T> T getSecondaryValue(T x, T y) { in getSecondaryValue() method in PortraitPagedViewHandler