Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DThreadedRenderer.java606 final float lightX = displayMetrics.widthPixels / 2f - attachInfo.mWindowLeft; in setLightCenter()
DViewDebug.java1203 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);
1220 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);
DViewRootImpl.java3267 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()
3277 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()
3868 mAttachInfo.mWindowLeft = frame.left; in performTraversals()
4569 final boolean windowMoved = mAttachInfo.mWindowLeft != frame.left in maybeHandleWindowMove()
4572 mAttachInfo.mWindowLeft = frame.left; 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.java1087 transformMatrix.preTranslate(-mViewRootImpl.mAttachInfo.mWindowLeft, in transformBoundsWithScreenMatrix()
DView.java9436 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
27395 outLocation[0] += info.mWindowLeft; in getLocationOnScreen()
31775 int mWindowLeft; field in View.AttachInfo
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt62612 Landroid/view/View$AttachInfo;->mWindowLeft:I