Home
last modified time | relevance | path

Searched refs:mWindowTop (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java607 final float lightY = mLightY - attachInfo.mWindowTop; in setLightCenter()
H A DViewDebug.java1192 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);
1209 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);
H A DViewRootImpl.java2991 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()
3001 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()
3596 mAttachInfo.mWindowTop = frame.top; in performTraversals()
4127 || mAttachInfo.mWindowTop != frame.top; in maybeHandleWindowMove()
4130 mAttachInfo.mWindowTop = frame.top; in maybeHandleWindowMove()
5312 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()
10234 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
H A DSurfaceView.java1983 mTmpRect.offset(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in updateEmbeddedAccessibilityMatrix()
H A DAccessibilityInteractionController.java1087 -mViewRootImpl.mAttachInfo.mWindowTop); in transformBoundsWithScreenMatrix()
H A DView.java8996 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
26430 outLocation[1] += info.mWindowTop; in getLocationOnScreen()
30718 int mWindowTop; field in View.AttachInfo
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt63257 Landroid/view/View$AttachInfo;->mWindowTop:I