Home
last modified time | relevance | path

Searched defs:yOffset (Results 1 – 25 of 40) sorted by relevance

12

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DPointsActivity.java93 private void drawPoints(Canvas canvas, Paint p, float xOffset, float yOffset) { in drawPoints()
102 float yOffset = 0; in onDraw() local
DLines2Activity.java75 private void drawLines(Canvas canvas, Paint p, float xOffset, float yOffset) { in drawLines()
102 float yOffset = 10; in onDraw() local
DColoredRectsActivity.java76 float yOffset = 10; in onDraw() local
/frameworks/base/libs/hwui/tests/common/scenes/
DRectGridAnimation.cpp39 for (int yOffset = 0; yOffset < 200; yOffset += 2) { in createContent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DGLWallpaperRenderer.java58 void updateOffsets(float xOffset, float yOffset); in updateOffsets()
DImageWallpaperRenderer.java151 public void updateOffsets(float xOffset, float yOffset) { in updateOffsets()
DImageGLWallpaper.java220 void adjustTextureCoordinates(Rect surface, Rect scissor, float xOffset, float yOffset) { in adjustTextureCoordinates()
/frameworks/base/core/java/android/hardware/input/
DTouchCalibration.java62 float yxMix, float yScale, float yOffset) { in TouchCalibration()
/frameworks/native/libs/input/
DInput.cpp165 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/
DPathKeyframes.java141 int yOffset = base + Y_OFFSET; in pointForIndex() local
/frameworks/base/libs/hwui/
DVertexBuffer.h91 void copyInto(const VertexBuffer& srcBuffer, float xOffset, float yOffset) { in copyInto()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DImageWallpaper.java120 public void onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep, in onOffsetsChanged()
/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
DTestWallpaper.java184 public void onOffsetsChanged(float xOffset, float yOffset, in onOffsetsChanged()
/frameworks/base/core/java/com/android/internal/view/menu/
DMenuPopupHelper.java260 private void showPopup(int xOffset, int yOffset, boolean useOffsets, boolean showTitle) { in showPopup()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1732 int xOffset, int yOffset, int width, int height, int gravity, boolean allowScroll) { in findDropDownPosition()
1816 private boolean tryFitVertical(@NonNull LayoutParams outParams, int yOffset, int height, in tryFitVertical()
1954 public int getMaxAvailableHeight(@NonNull View anchor, int yOffset) { in getMaxAvailableHeight()
1974 @NonNull View anchor, int yOffset, boolean ignoreBottomDecorations) { in getMaxAvailableHeight()
DToast.java227 public void setGravity(int gravity, int xOffset, int yOffset) { in setGravity()
/frameworks/base/core/java/android/view/autofill/
DAutofillPopupWindow.java248 int xOffset, int yOffset, int width, int height, int gravity, boolean allowScroll) { in findDropDownPosition()
/frameworks/base/core/java/com/android/internal/policy/
DBackdropFrameRenderer.java271 boolean onContentDrawn(int xOffset, int yOffset, int xSize, int ySize) { in onContentDrawn()
/frameworks/base/tests/TouchLatency/app/src/main/java/com/prefabulated/touchlatency/
DTouchLatencyActivity.java163 long yOffset = pos % yMax; in drawBall() local
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp146 constexpr float yOffset = -20; in PublishAndConsumeMotionEvent() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp195 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()
/frameworks/native/services/inputflinger/
DInputDispatcher.h161 float xOffset, yOffset; member
599 float yOffset; member
1069 float yOffset = 0.f; member
DInputDispatcher.cpp566 std::vector<TouchedMonitor>& outTouchedMonitors, float xOffset, float yOffset) { in addGestureMonitors()
1714 int32_t displayId, float xOffset, float yOffset) { in addGlobalMonitoringTargetsLocked()
1728 float xOffset, float yOffset, std::vector<InputTarget>& inputTargets) { in addMonitoringTargetLocked()
2200 float xOffset, yOffset; in startDispatchCycleLocked() local
4609 float xOffset, float yOffset) : in MotionEntry()
4639 int32_t targetFlags, float xOffset, float yOffset, float globalScaleFactor, in DispatchEntry()
5088 float yOffset) : monitor(monitor), xOffset(xOffset), yOffset(yOffset) { in TouchedMonitor()
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLCanvas.java177 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, in texSubImage2D()
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java550 public void onOffsetsChanged(float xOffset, float yOffset, in onOffsetsChanged()
1163 float yOffset; in doOffsetsChanged() local

12