Home
last modified time | relevance | path

Searched refs:upX (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiScrollable.java426 int upX = 0; in scrollForward() local
436 upX = rect.centerX(); in scrollForward()
444 upX = rect.left + swipeAreaAdjust; in scrollForward()
447 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps); in scrollForward()
505 int upX = 0; in scrollBackward() local
516 upX = rect.centerX(); in scrollBackward()
525 upX = rect.right - swipeAreaAdjust; in scrollBackward()
528 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps); in scrollBackward()
H A DInteractionController.java346 public boolean scrollSwipe(final int downX, final int downY, final int upX, final int upY,
348 Log.d(LOG_TAG, "scrollSwipe (" + downX + ", " + downY + ", " + upX + ", "
354 swipe(downX, downY, upX, upY, steps);
382 if (downX == upX) {
422 public boolean swipe(int downX, int downY, int upX, int upY, int steps) {
423 return swipe(downX, downY, upX, upY, steps, false /*drag*/);
436 public boolean swipe(int downX, int downY, int upX, int upY, int steps, boolean drag) {
446 xStep = ((double)(upX - downX)) / swipeSteps;
465 ret &= touchUp(upX, upY);
/aosp12/frameworks/native/opengl/tests/gl_jni/jni/
H A Dgl_code.cpp30 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt() argument
47 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ); in gluLookAt()
48 upX *= rlup; in gluLookAt()
55 float sy = fz * upX - fx * upZ; in gluLookAt()
56 float sz = fx * upY - fy * upX; in gluLookAt()
/aosp12/frameworks/native/opengl/tests/tritex/
H A Dtritex.cpp36 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt() argument
53 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ); in gluLookAt()
54 upX *= rlup; in gluLookAt()
61 float sy = fz * upX - fx * upZ; in gluLookAt()
62 float sz = fx * upY - fy * upX; in gluLookAt()
/aosp12/frameworks/native/opengl/tests/gl_basic/
H A Dgl_basic.cpp41 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt() argument
58 float rlup = 1.0f / sqrtf(upX*upX + upY*upY + upZ*upZ); in gluLookAt()
59 upX *= rlup; in gluLookAt()
66 float sy = fz * upX - fx * upZ; in gluLookAt()
67 float sz = fx * upY - fy * upX; in gluLookAt()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DGestureBot.java115 private void swipe(int downX, int downY, int upX, int upY, int steps, int button, in swipe() argument
126 xStep = ((double) (upX - downX)) / swipeSteps; in swipe()
142 touchUp(upX, upY); in swipe()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLU.java72 float centerX, float centerY, float centerZ, float upX, float upY, in gluLookAt() argument
78 upX, upY, upZ); in gluLookAt()
H A DMatrix.java699 float centerX, float centerY, float centerZ, float upX, float upY, in setLookAtM() argument
717 float sy = fz * upX - fx * upZ; in setLookAtM()
718 float sz = fx * upY - fy * upX; in setLookAtM()
/aosp12/frameworks/base/core/java/android/view/
H A DNotificationTopLineView.java350 private boolean onTouchUp(float upX, float upY, float downX, float downY) { in onTouchUp() argument
352 && (mFeedbackRect.contains((int) upX, (int) upY) in onTouchUp()
393 public boolean onTouchUp(float upX, float upY, float downX, float downY) { in onTouchUp() argument
397 return mTouchListener.onTouchUp(upX, upY, downX, downY); in onTouchUp()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/packages/apps/TV/tuner/tests/assets/
H A Dcapture_kqed.ts Error!