Searched refs:mWindowLeft (Results 1 – 7 of 7) sorted by relevance
606 final float lightX = displayMetrics.widthPixels / 2f - attachInfo.mWindowLeft; in setLightCenter()
1191 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);1208 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);
2991 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()3001 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()3595 mAttachInfo.mWindowLeft = frame.left; in performTraversals()4126 final boolean windowMoved = mAttachInfo.mWindowLeft != frame.left in maybeHandleWindowMove()4129 mAttachInfo.mWindowLeft = frame.left; in maybeHandleWindowMove()5312 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()10234 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
1983 mTmpRect.offset(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in updateEmbeddedAccessibilityMatrix()
1086 transformMatrix.preTranslate(-mViewRootImpl.mAttachInfo.mWindowLeft, in transformBoundsWithScreenMatrix()
8996 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);26429 outLocation[0] += info.mWindowLeft; in getLocationOnScreen()30713 int mWindowLeft; field in View.AttachInfo
63255 Landroid/view/View$AttachInfo;->mWindowLeft:I