/packages/apps/Settings/res/raw/ |
D | user_aspect_ratio_education.json | 1 …,"r":{"a":0,"k":0,"ix":10},"p":{"k":[{"s":[38.5,-79.5,0],"t":15,"i":{"x":1,"y":1},"o":{"x":0,"y":0… number
|
D | private_space_use_screen_lock_illustration.json | 1 …er","mn":"ADBE Slider Control-0001","ix":1,"v":{"a":1,"k":[{"i":{"x":[0.2],"y":[1]},"o":{"x":[0.33… number
|
D | accessibility_shortcut_type_tripletap.json | 28 "y": [ array 36 "y": [ array 50 "y": [ array 58 "y": [ array 72 "y": [ array 80 "y": [ array 94 "y": [ array 102 "y": [ array 116 "y": [ array 124 "y": [ array [all …]
|
D | accessibility_shortcut_type_2finger_doubletap.json | 28 "y": [ array 36 "y": [ array 50 "y": [ array 58 "y": [ array 72 "y": [ array 80 "y": [ array 94 "y": [ array 102 "y": [ array 116 "y": [ array 124 "y": [ array [all …]
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | InputView.java | 74 final int y = (int)me.getY(index) + rect.top; in onInterceptTouchEvent() local 104 final int y = (int)me.getY(index) + rect.top; in onTouchEvent() local 130 protected abstract boolean needsToForward(final int x, final int y); in needsToForward() 138 protected int translateY(final int y) { in translateY() 150 public boolean onInterceptTouchEvent(final int x, final int y, final MotionEvent me) { in onInterceptTouchEvent() 175 public boolean onTouchEvent(final int x, final int y, final MotionEvent me) { in onTouchEvent() 202 private boolean isInKeyboardTopPadding(final int y) { in isInKeyboardTopPadding() 207 protected boolean needsToForward(final int x, final int y) { in needsToForward() 217 protected int translateY(final int y) { in translateY() 241 protected boolean needsToForward(final int x, final int y) { in needsToForward()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/common/ |
D | InputPointersTests.java | 71 final int y = i * 2; in testAdd() local 79 final int y = i * 2; in testAdd() local 95 final int y = i * 2; in testAddAt() local 103 final int y = i * 2; in testAddAt() local 119 final int y = i * 2; in testSet() local 139 final int y = i * 2; in testCopy() local 168 final int y = i * 3; in testAppend() local 184 final int y = i * 2; in testAppend() local 238 final int y = i * 3; in testAppendResizableIntArray() local 257 final int y = i * 4; in testAppendResizableIntArray() local [all …]
|
/packages/modules/NeuralNetworks/common/types/include/nnapi/ |
D | TypeUtils.h | 251 #define NN_RET_CHECK_EQ(x, y) NN_RET_CHECK_OP(x, y, ==) argument 252 #define NN_RET_CHECK_NE(x, y) NN_RET_CHECK_OP(x, y, !=) argument 253 #define NN_RET_CHECK_LE(x, y) NN_RET_CHECK_OP(x, y, <=) argument 254 #define NN_RET_CHECK_LT(x, y) NN_RET_CHECK_OP(x, y, <) argument 255 #define NN_RET_CHECK_GE(x, y) NN_RET_CHECK_OP(x, y, >=) argument 256 #define NN_RET_CHECK_GT(x, y) NN_RET_CHECK_OP(x, y, >) argument
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | PointerTracker.java | 277 final int y, final long eventTime, final boolean isKeyRepeat) { in callListenerOnCodeInput() 381 public Key getKeyOn(final int x, final int y) { in getKeyOn() 472 private Key onDownKey(final int x, final int y, final long eventTime) { in onDownKey() 483 private Key onMoveKeyInternal(final int x, final int y) { in onMoveKeyInternal() 490 private Key onMoveKey(final int x, final int y) { in onMoveKey() 494 private Key onMoveToNewKey(final Key newKey, final int x, final int y) { in onMoveToNewKey() 592 final int y = (int)me.getY(index); in processMotionEvent() local 600 final int y = (int)me.getY(index); in processMotionEvent() local 616 private void onDownEvent(final int x, final int y, final long eventTime, in onDownEvent() 671 private void onDownEventInternal(final int x, final int y, final long eventTime) { in onDownEventInternal() [all …]
|
D | MoreKeysKeyboardView.java | 130 final int y = pointY - container.getMeasuredHeight() + container.getPaddingBottom() in showMoreKeysPanel() local 159 public void onDownEvent(final int x, final int y, final int pointerId, final long eventTime) { in onDownEvent() 165 public void onMoveEvent(final int x, final int y, final int pointerId, final long eventTime) { in onMoveEvent() 178 public void onUpEvent(final int x, final int y, final int pointerId, final long eventTime) { in onUpEvent() 195 protected void onKeyInput(final Key key, final int x, final int y) { in onKeyInput() 209 private Key detectKey(int x, int y) { in detectKey() 256 public int translateY(final int y) { in translateY() 266 final int y = (int)me.getY(index); in onTouchEvent() local
|
D | MoreKeysPanel.java | 80 public void onMoveEvent(final int x, final int y, final int pointerId, final long eventTime); in onMoveEvent() 90 public void onDownEvent(final int x, final int y, final int pointerId, final long eventTime); in onDownEvent() 100 public void onUpEvent(final int x, final int y, final int pointerId, final long eventTime); in onUpEvent() 118 public int translateY(int y); in translateY()
|
/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/ |
D | OrientationTouchTransformerTest.java | 232 float y = generateTouchRegionHeight(NORMAL_SCREEN_SIZE, Surface.ROTATION_0) + 1; in applyTransform_taskFrozen_noRotate_inRegion() local 240 float y = generateTouchRegionHeight(NORMAL_SCREEN_SIZE, Surface.ROTATION_0) + 1; in applyTransform_taskNotFrozen_noRotate_inDefaultRegion() local 249 float y = generateTouchRegionHeight(NORMAL_SCREEN_SIZE, Surface.ROTATION_90) + 1; in applyTransform_taskNotFrozen_90Rotate_inRegion() local 315 private MotionEvent generateMotionEvent(int motionAction, float x, float y) { in generateMotionEvent() 319 private MotionEvent generateAndTransformMotionEvent(int motionAction, float x, float y) { in generateAndTransformMotionEvent() 325 private void tapAndAssertTrue(float x, float y, MotionEventAssertion assertion) { in tapAndAssertTrue() 331 private void tapAndAssertFalse(float x, float y, MotionEventAssertion assertion) { in tapAndAssertFalse()
|
/packages/apps/Dialer/java/com/android/dialer/app/list/ |
D | OnDragDropListener.java | 32 void onDragStarted(int x, int y, PhoneFavoriteSquareTileView view); in onDragStarted() 42 void onDragHovered(int x, int y, PhoneFavoriteSquareTileView view); in onDragHovered() 51 void onDragFinished(int x, int y); in onDragFinished()
|
D | DragDropController.java | 38 boolean handleDragStarted(View v, int x, int y) { in handleDragStarted() 53 public void handleDragHovered(View v, int x, int y) { in handleDragHovered() 63 public void handleDragFinished(int x, int y, boolean isRemoveView) { in handleDragFinished() 94 PhoneFavoriteSquareTileView getViewForLocation(int x, int y); in getViewForLocation()
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
D | trsMatrix.h | 37 inline double ProjZ(double trs[3][3], double x, double y, double f) in ProjZ() 42 inline double ProjX(double trs[3][3], double x, double y, double z, double f) in ProjX() 47 inline double ProjY(double trs[3][3], double x, double y, double z, double f) in ProjY()
|
/packages/apps/Launcher3/quickstep/res/raw/ |
D | back_gesture_tutorial_open_foldable_animation.json | 1 …ix":11},"r":{"a":0,"k":0,"ix":10},"p":{"s":true,"x":{"a":0,"k":818,"ix":3},"y":{"a":0,"k":608,"ix"… array
|
D | back_gesture_tutorial_animation.json | 1 …eBack","cl":"onSurfaceBack","sr":1,"ks":{"o":{"a":1,"k":[{"i":{"x":[0.999],"y":[1]},"o":{"x":[0.4]… number
|
/packages/apps/Camera2/jni/ |
D | jpegutilnative.cpp | 88 jbyte* y = (jbyte*)env->GetDirectBufferAddress(yBuf); in Java_com_android_camera_util_JpegUtilNative_compressJpegFromYUV420pNative() local 128 for (int y = 0; y < height; y++) { in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local 139 for (int y = 0; y < height; y++) { in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local 148 for (int y = 0; y < height; y++) { in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local 157 for (int y = 0; y < height; y++) { in Java_com_android_camera_util_JpegUtilNative_copyImagePlaneToBitmap() local
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/testcomponent/ |
D | TouchEventGenerator.java | 83 public TouchEventGenerator put(int id, int x, int y, long ms) { in put() 102 public TouchEventGenerator put(int id, int x, int y) { in put() 111 public TouchEventGenerator position(int id, int x, int y) { in position() 141 public TouchEventGenerator move(int id, int x, int y, long ms) { in move() 148 public TouchEventGenerator move(int id, int x, int y) { in move() 174 public TouchEventGenerator lift(int id, int x, int y, long ms) { in lift()
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
D | GLCanvas.java | 56 public abstract void translate(float x, float y, float z); in translate() 58 public abstract void translate(float x, float y); in translate() 62 public abstract void rotate(float angle, float x, float y, float z); in rotate() 92 public abstract void fillRect(float x, float y, float width, float height, int color); in fillRect() 96 BasicTexture texture, int x, int y, int width, int height); in drawTexture() 98 public abstract void drawMesh(BasicTexture tex, int x, int y, int xyBuffer, in drawMesh() 106 int x, int y, int w, int h); in drawTexture() 112 float ratio, int x, int y, int w, int h); in drawMixed() 216 public abstract void getBounds(Rect bounds, int x, int y, int width, int height); in getBounds()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | FilmstripGestureRecognizer.java | 35 boolean onSingleTapUp(float x, float y); in onSingleTapUp() 36 boolean onDoubleTap(float x, float y); in onDoubleTap() 37 boolean onScroll(float x, float y, float dx, float dy); in onScroll() 42 boolean onDown(float x, float y); in onDown() 43 boolean onUp(float x, float y); in onUp() 44 void onLongPress(float x, float y); in onLongPress()
|
/packages/modules/DnsResolver/ |
D | DnsTlsServer.cpp | 45 static bool operator <(const in6_addr& x, const in6_addr& y) { in operator <() 51 static bool operator ==(const in6_addr& x, const in6_addr& y) { in operator ==() 57 static bool operator <(const sockaddr_storage& x, const sockaddr_storage& y) { in operator <() 74 static bool operator ==(const sockaddr_storage& x, const sockaddr_storage& y) { in operator ==()
|
/packages/apps/Launcher3/src/com/android/launcher3/touch/ |
D | PagedOrientationHandler.java | 38 void call(T target, int x, int y); in call() 41 void call(T target, float x, float y); in call() 63 int getPrimaryValue(int x, int y); in getPrimaryValue() 64 int getSecondaryValue(int x, int y); in getSecondaryValue() 66 float getPrimaryValue(float x, float y); in getPrimaryValue() 67 float getSecondaryValue(float x, float y); in getSecondaryValue()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
D | EclipseControl.java | 67 public void setRadius(float x, float y) { in setRadius() 72 public void setCenter(float x, float y) { in setCenter() 77 public int getCloseHandle(float x, float y) { in getCloseHandle() 111 public void actionDown(float x, float y, Oval oval) { in actionDown() 124 public void actionMove(int handle, float x, float y, Oval oval) { in actionMove() 191 public void paintGrayPoint(Canvas canvas, float x, float y) { in paintGrayPoint() 208 public void paintPoint(Canvas canvas, float x, float y) { in paintPoint() 274 float y = cy + (float) (ry * Math.sin(angle)); in paintOvallines() local 293 float y = cy + (float) (ry * Math.sin(angle)); in fillHandles() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | BogusMoveEventDetector.java | 75 public void onActualDownEvent(final int x, final int y) { in onActualDownEvent() 88 public boolean hasTraveledLongDistance(final int x, final int y) { in hasTraveledLongDistance() 103 public int getDistanceFromDownEvent(final int x, final int y) { in getDistanceFromDownEvent() 111 public boolean isCloseToActualDownEvent(final int x, final int y) { in isCloseToActualDownEvent()
|
/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/draw/ |
D | CanvasView.java | 56 float y = event.getY(); in onTouchEvent() local 82 private void moveTouch(float x, float y) { in moveTouch() 94 private void downTouch(float x, float y) { in downTouch()
|