Searched refs:mWindowLeft (Results 1 – 6 of 6) sorted by relevance
513 final float lightX = displaySize.x / 2f - attachInfo.mWindowLeft; in setLightCenter()
1879 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()1889 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()2483 mAttachInfo.mWindowLeft = frame.left; in performTraversals()2860 final boolean windowMoved = mAttachInfo.mWindowLeft != frame.left in maybeHandleWindowMove()2866 mAttachInfo.mWindowLeft = frame.left; in maybeHandleWindowMove()3953 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()8392 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
916 visibleWinFrame.left = (int) (attachInfo.mWindowLeft * scale + spec.offsetX); in applyAppScaleAndMagnificationSpecIfNeeded()
1115 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);
8471 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);24432 outLocation[0] += info.mWindowLeft; in getLocationOnScreen()28424 int mWindowLeft; field in View.AttachInfo
77684 Landroid/view/View$AttachInfo;->mWindowLeft:I