Home
last modified time | relevance | path

Searched defs:xy (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/test-runner/android/test/
DViewAsserts.java37 int[] xy = new int[2]; in assertOnScreen() local
59 int[] xy = new int[2]; in assertOffScreenBelow() local
79 int[] xy = new int[2]; in assertOffScreenAbove() local
99 int[] xy = new int[2]; in assertHasScreenCoordinates() local
117 int[] xy = new int[2]; in assertBaselineAligned() local
135 int[] xy = new int[2]; in assertRightAligned() local
154 int[] xy = new int[2]; in assertRightAligned() local
172 int[] xy = new int[2]; in assertLeftAligned() local
191 int[] xy = new int[2]; in assertLeftAligned() local
209 int[] xy = new int[2]; in assertBottomAligned() local
[all …]
DTouchUtils.java232 int[] xy = new int[2]; in dragViewToBottom() local
252 int[] xy = new int[2]; in tapView() local
292 int[] xy = new int[2]; in touchAndCancelView() local
327 int[] xy = new int[2]; in clickView() local
388 int[] xy = new int[2]; in longClickView() local
475 int[] xy = new int[2]; in dragViewToTop() local
497 private static void getStartLocation(View v, int gravity, int[] xy) { in getStartLocation()
571 int[] xy = new int[2]; in dragViewBy() local
621 int[] xy = new int[2]; in dragViewTo() local
670 int[] xy = new int[2]; in dragViewToX() local
[all …]
/frameworks/base/tests/FrameworkTest/tests/src/com/android/frameworktest/scroll/
DRequestRectangleVisibleTest.java200 int[] xy = new int[2]; in assertOnBottomEdgeOfScreen() local
221 int[] xy = new int[2]; in assertOnTopEdgeOfScreen() local
/frameworks/base/libs/rs/
DrsMatrix.cpp83 const float xy = x * y; in loadRotate() local
/frameworks/base/libs/surfaceflinger/
DTransform.cpp96 void Transform::set( float xx, float xy, in set()
/frameworks/base/graphics/java/android/renderscript/
DMatrix.java89 float xy = x * y; in loadRotate() local
/frameworks/base/opengl/java/android/opengl/
DMatrix.java525 float xy = x * y; in setRotateM() local
/frameworks/base/opengl/libagl/
Dmatrix.cpp366 const GLfloat xy = x * y; in rotate() local
/frameworks/base/core/java/android/widget/
DAbsListView.java2864 final int[] xy = new int[2]; in positionPopup() local