Searched refs:mWindowLeft (Results 1 – 4 of 4) sorted by relevance
576 final float lightX = displaySize.x / 2f - attachInfo.mWindowLeft; in setLightCenter()
1388 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()1398 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()1931 mAttachInfo.mWindowLeft = frame.left; in performTraversals()2236 final boolean windowMoved = mAttachInfo.mWindowLeft != frame.left in maybeHandleWindowMove()2242 mAttachInfo.mWindowLeft = frame.left; in maybeHandleWindowMove()2980 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()6874 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
790 visibleWinFrame.left = (int) (attachInfo.mWindowLeft * scale + spec.offsetX); in applyAppScaleAndMagnificationSpecIfNeeded()
6673 position.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in getBoundsOnScreen()19250 outLocation[0] += info.mWindowLeft; in getLocationOnScreen()22832 int mWindowLeft; field in AttachInfo