/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | PointsActivity.java | 93 private void drawPoints(Canvas canvas, Paint p, float xOffset, float yOffset) { in drawPoints() 102 float yOffset = 0; in onDraw() local
|
D | Lines2Activity.java | 75 private void drawLines(Canvas canvas, Paint p, float xOffset, float yOffset) { in drawLines() 102 float yOffset = 10; in onDraw() local
|
D | ColoredRectsActivity.java | 76 float yOffset = 10; in onDraw() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Monitor.cpp | 25 TouchedMonitor::TouchedMonitor(const Monitor& monitor, float xOffset, float yOffset) in TouchedMonitor()
|
D | Monitor.h | 34 float yOffset = 0.f; member
|
D | Entry.cpp | 166 const PointerCoords* pointerCoords, float xOffset, float yOffset) in MotionEntry() 224 float yOffset, float globalScaleFactor, float windowXScale, in DispatchEntry()
|
D | InputTarget.h | 100 float xOffset, yOffset; member
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | RectGridAnimation.cpp | 39 for (int yOffset = 0; yOffset < 200; yOffset += 2) { in createContent() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/ |
D | GLWallpaperRenderer.java | 58 void updateOffsets(float xOffset, float yOffset); in updateOffsets()
|
D | ImageWallpaperRenderer.java | 156 public void updateOffsets(float xOffset, float yOffset) { in updateOffsets()
|
D | ImageGLWallpaper.java | 216 void adjustTextureCoordinates(Rect surface, Rect scissor, float xOffset, float yOffset) { in adjustTextureCoordinates()
|
/frameworks/base/core/java/android/hardware/input/ |
D | TouchCalibration.java | 62 float yxMix, float yScale, float yOffset) { in TouchCalibration()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 165 void PointerCoords::applyOffset(float xOffset, float yOffset) { in applyOffset() 250 float yOffset, in initialize() 366 void MotionEvent::offsetLocation(float xOffset, float yOffset) { in offsetLocation()
|
/frameworks/base/core/java/android/animation/ |
D | PathKeyframes.java | 141 int yOffset = base + Y_OFFSET; in pointForIndex() local
|
/frameworks/base/libs/hwui/ |
D | VertexBuffer.h | 91 void copyInto(const VertexBuffer& srcBuffer, float xOffset, float yOffset) { in copyInto()
|
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
D | TestWallpaper.java | 184 public void onOffsetsChanged(float xOffset, float yOffset, in onOffsetsChanged()
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
D | MenuPopupHelper.java | 260 private void showPopup(int xOffset, int yOffset, boolean useOffsets, boolean showTitle) { in showPopup()
|
/frameworks/base/core/java/android/widget/ |
D | PopupWindow.java | 1731 int xOffset, int yOffset, int width, int height, int gravity, boolean allowScroll) { in findDropDownPosition() 1815 private boolean tryFitVertical(@NonNull LayoutParams outParams, int yOffset, int height, in tryFitVertical() 1953 public int getMaxAvailableHeight(@NonNull View anchor, int yOffset) { in getMaxAvailableHeight() 1973 @NonNull View anchor, int yOffset, boolean ignoreBottomDecorations) { in getMaxAvailableHeight()
|
D | Toast.java | 227 public void setGravity(int gravity, int xOffset, int yOffset) { in setGravity()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 248 int xOffset, int yOffset, int width, int height, int gravity, boolean allowScroll) { in findDropDownPosition()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ImageWallpaper.java | 151 public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep, in onOffsetsChanged()
|
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/ |
D | TouchLatencyActivity.java | 163 long yOffset = pos % yMax; in drawBall() local
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 146 constexpr float yOffset = -20; in PublishAndConsumeMotionEvent() local
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 271 boolean onContentDrawn(int xOffset, int yOffset, int xSize, int ySize) { in onContentDrawn()
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 195 float xOffset, float yOffset, PointerCoords* outRawPointerCoords) { in pointerCoordsToNative() 259 float xOffset, float yOffset, jobject outPointerCoordsObj) { in pointerCoordsFromNative() 338 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, in android_view_MotionEvent_nativeInitialize()
|