Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DThreadedRenderer.java607 final float lightY = mLightY - attachInfo.mWindowTop; in setLightCenter()
DViewDebug.java1204 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);
1221 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);
DViewRootImpl.java3267 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()
3277 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()
3869 mAttachInfo.mWindowTop = frame.top; in performTraversals()
4570 || mAttachInfo.mWindowTop != frame.top; in maybeHandleWindowMove()
4573 mAttachInfo.mWindowTop = frame.top; in maybeHandleWindowMove()
5882 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()
11042 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
DSurfaceView.java2133 mTmpRect.offset(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in updateEmbeddedAccessibilityMatrix()
DAccessibilityInteractionController.java1088 -mViewRootImpl.mAttachInfo.mWindowTop); in transformBoundsWithScreenMatrix()
DView.java9436 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
27396 outLocation[1] += info.mWindowTop; in getLocationOnScreen()
31780 int mWindowTop; field in View.AttachInfo
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62614 Landroid/view/View$AttachInfo;->mWindowTop:I