Searched refs:mWindowLeft (Results 1 – 5 of 5) sorted by relevance
466 final float lightX = displaySize.x / 2f - attachInfo.mWindowLeft; in setLightCenter()
1190 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);1207 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);
2482 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()2492 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()3055 mAttachInfo.mWindowLeft = frame.left; in performTraversals()3472 final boolean windowMoved = mAttachInfo.mWindowLeft != frame.left in maybeHandleWindowMove()3475 mAttachInfo.mWindowLeft = frame.left; in maybeHandleWindowMove()4717 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()9476 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
8703 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);25174 outLocation[0] += info.mWindowLeft; in getLocationOnScreen()29342 int mWindowLeft; field in View.AttachInfo
66578 Landroid/view/View$AttachInfo;->mWindowLeft:I