Home
last modified time | relevance | path

Searched refs:mWindowLeft (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/view/
DThreadedRenderer.java596 final float lightX = displaySize.x / 2f - attachInfo.mWindowLeft; in setLightCenter()
DViewRootImpl.java1594 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
1604 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop);
2187 mAttachInfo.mWindowLeft = frame.left; in performTraversals()
2511 final boolean windowMoved = mAttachInfo.mWindowLeft != frame.left in maybeHandleWindowMove()
2517 mAttachInfo.mWindowLeft = frame.left; in maybeHandleWindowMove()
3513 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()
7774 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
DAccessibilityInteractionController.java833 visibleWinFrame.left = (int) (attachInfo.mWindowLeft * scale + spec.offsetX); in applyAppScaleAndMagnificationSpecIfNeeded()
DViewDebug.java842 encoder.addProperty("window:left", view.mAttachInfo.mWindowLeft);
DView.java7773 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
22512 outLocation[0] += info.mWindowLeft; in getLocationOnScreen()
26382 int mWindowLeft; field in View.AttachInfo
/frameworks/base/config/
Dhiddenapi-private-dex.txt96932 Landroid/view/View$AttachInfo;->mWindowLeft:I