Home
last modified time | relevance | path

Searched refs:mOffsetY (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DDisplayShape.java62 private final int mOffsetY; field in DisplayShape
80 mOffsetY = offsetY; in DisplayShape()
177 mPhysicalPixelDisplaySizeRatio, rotation, mOffsetX, mOffsetY, mScale); in setRotation()
193 mPhysicalPixelDisplaySizeRatio, mRotation, mOffsetX, mOffsetY, scale); in setScale()
199 mPhysicalPixelDisplaySizeRatio, mRotation, mOffsetX, mOffsetY, mScale); in hashCode()
213 && mOffsetY == ds.mOffsetY && mScale == ds.mScale; in equals()
227 + " offsetY=" + mOffsetY in toString()
254 dest.writeInt(mOffsetY); in writeToParcel()
341 if (shape.mOffsetX != 0 || shape.mOffsetY != 0) { in getPath()
342 matrix.postTranslate(shape.mOffsetX, shape.mOffsetY); in getPath()
H A DDragEvent.java157 private float mOffsetY; field in DragEvent
300 mOffsetY = offsetY; in init()
343 return obtain(source.mAction, source.mX, source.mY, source.mOffsetX, source.mOffsetY, in obtain()
390 return mOffsetY; in getOffsetY()
573 dest.writeFloat(mOffsetY); in writeToParcel()
612 event.mOffsetY = in.readFloat();
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutOrganizer.java74 int mOffsetY; field in HideDisplayCutoutOrganizer
259 mOffsetY = 0; in updateBoundsAndOffsets()
278 mOffsetY = mCurrentDisplayBounds.top; in updateBoundsAndOffsets()
285 mOffsetY = 0; in resetBoundsAndOffsets()
310 t.setPosition(leash, mOffsetX, mOffsetY); in applyBoundsAndOffsets()
360 pw.println(mOffsetY); in dump()
/aosp14/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java71 private float mOffsetY; field in TestWallpaper.ClockEngine
119 mOffsetY = 0.5f; in onCreate()
191 mOffsetY = yOffset; in onOffsetsChanged()
236 c.drawText("Cur Offset Raw: " + mOffsetX + ", " + mOffsetY, in drawFrame()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
H A DClassifierTest.java42 private float mOffsetY = 0; field in ClassifierTest
73 mOffsetY = offsetY; in setOffsetY()
124 y += mOffsetY; in appendMotionEvent()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/hidedisplaycutout/
H A DHideDisplayCutoutOrganizerTest.java165 assertThat(mOrganizer.mOffsetY).isEqualTo(15); in testToggleHideDisplayCutout_enable_rot0()
183 assertThat(mOrganizer.mOffsetY).isEqualTo(0); in testToggleHideDisplayCutout_enable_rot90()
201 assertThat(mOrganizer.mOffsetY).isEqualTo(0); in testToggleHideDisplayCutout_enable_rot270()
219 assertThat(mOrganizer.mOffsetY).isEqualTo(0); in testToggleHideDisplayCutout_disable()
/aosp14/frameworks/base/core/java/android/widget/
H A DMagnifier.java936 private final int mOffsetY; field in Magnifier.InternalPopupWindow
1004 mOffsetY = (int) (1.05f * elevation); in InternalPopupWindow()
1007 final int surfaceHeight = mContentHeight + 2 * mOffsetY; in InternalPopupWindow()
1093 mBitmapRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in updateContentFactors()
1094 mOffsetX + mContentWidth, mOffsetY + contentHeight); in updateContentFactors()
1097 mOverlayRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in updateContentFactors()
1156 bitmapRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForBitmap()
1157 mOffsetX + mContentWidth, mOffsetY + mContentHeight); in createRenderNodeForBitmap()
1183 overlayRenderNode.setLeftTopRightBottom(mOffsetX, mOffsetY, in createRenderNodeForOverlay()
1184 mOffsetX + mContentWidth, mOffsetY + mContentHeight); in createRenderNodeForOverlay()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitDecorManager.java88 private int mOffsetY; field in SplitDecorManager
198 mOffsetY = offsetY; in onResizing()
263 t.setPosition(mScreenshot, mOffsetX, mOffsetY); in onResized()
304 mOffsetY = 0; in onResized()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java87 private int mOffsetY; field in TiledImageRenderer
276 mOffsetY = Math.round(mViewHeight / 2f + (range.top - mCenterY) * mScale); in layoutTiles()
282 mOffsetY = Math.round(mViewHeight / 2f - mCenterY * mScale); in layoutTiles()
440 float y = mOffsetY + i * length; in draw()
447 mPreview.draw(canvas, mOffsetX, mOffsetY, in draw()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68230 Landroid/widget/Magnifier$InternalPopupWindow;->mOffsetY:I