Searched refs:mWindowLeft (Results 1 – 7 of 7) sorted by relevance
606 final float lightX = displayMetrics.widthPixels / 2f - attachInfo.mWindowLeft; in setLightCenter()
1203 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);1220 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);
3267 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()
2133 mTmpRect.offset(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in updateEmbeddedAccessibilityMatrix()
1087 transformMatrix.preTranslate(-mViewRootImpl.mAttachInfo.mWindowLeft, in transformBoundsWithScreenMatrix()
9436 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);27395 outLocation[0] += info.mWindowLeft; in getLocationOnScreen()31775 int mWindowLeft; field in View.AttachInfo
62612 Landroid/view/View$AttachInfo;->mWindowLeft:I