/frameworks/native/services/inputflinger/dispatcher/ |
D | InputTarget.cpp | 45 void InputTarget::addPointers(BitSet32 newPointerIds, float xOffset, float yOffset, in addPointers() 67 void InputTarget::setDefaultPointerInfo(float xOffset, float yOffset, float windowXScale, in setDefaultPointerInfo()
|
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 | InputTarget.h | 35 float yOffset = 0.0f; member
|
D | Entry.cpp | 184 const PointerCoords* pointerCoords, float xOffset, float yOffset) in MotionEntry() 244 float yOffset, float globalScaleFactor, float windowXScale, in DispatchEntry()
|
/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/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
D | MirrorWindowControl.java | 59 void move(int xOffset, int yOffset); in move() 147 public void move(int xOffset, int yOffset) { in move()
|
D | WindowMagnificationController.java | 315 private void moveMirrorWindow(int xOffset, int yOffset) { in moveMirrorWindow() 358 private boolean updateMagnificationFramePosition(int xOffset, int yOffset) { in updateMagnificationFramePosition() 397 public void move(int xOffset, int yOffset) { in move()
|
D | SimpleMirrorWindowControl.java | 191 int yOffset, long period) { in MoveWindowTask()
|
/frameworks/base/libs/hwui/tests/common/scenes/ |
D | RectGridAnimation.cpp | 39 for (int yOffset = 0; yOffset < 200; yOffset += 2) { in createContent() local
|
/frameworks/base/core/java/android/widget/ |
D | ToastPresenter.java | 147 int duration, int gravity, int xOffset, int yOffset, float horizontalMargin, in adjustLayoutParams() 198 int xOffset, int yOffset, float horizontalMargin, float verticalMargin, in show()
|
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()
|
/frameworks/base/core/java/android/hardware/input/ |
D | TouchCalibration.java | 62 float yxMix, float yScale, float yOffset) { in TouchCalibration()
|
/frameworks/base/libs/hwui/ |
D | VertexBuffer.h | 91 void copyInto(const VertexBuffer& srcBuffer, float xOffset, float yOffset) { in copyInto()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 247 void PointerCoords::applyOffset(float xOffset, float yOffset) { in applyOffset() 324 float yScale, float xOffset, float yOffset, float xPrecision, in initialize() 461 void MotionEvent::offsetLocation(float xOffset, float yOffset) { in offsetLocation()
|
/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 | 255 private void showPopup(int xOffset, int yOffset, boolean useOffsets, boolean showTitle) { in showPopup()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillPopupWindow.java | 250 int xOffset, int yOffset, int width, int height, int gravity, boolean allowScroll) { in findDropDownPosition()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | BackdropFrameRenderer.java | 263 boolean onContentDrawn(int xOffset, int yOffset, int xSize, int ySize) { in onContentDrawn()
|
/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/ |
D | MirrorSurfaceActivity.java | 413 private void moveMirrorForArrows(int xOffset, int yOffset) { in moveMirrorForArrows()
|
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/ |
D | TouchLatencyActivity.java | 167 long yOffset = pos % yMax; in drawBall() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/ |
D | SplitDisplayLayout.java | 214 final int yOffset = Math.max(0, dl.height() - adjustedTop); in adjustForIME() local
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 161 constexpr float yOffset = -20; in PublishAndConsumeMotionEvent() local
|