Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DThreadedRenderer.java597 final float lightY = mLightY - attachInfo.mWindowTop; in setLightCenter()
DViewRootImpl.java1594 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
1604 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop);
2188 mAttachInfo.mWindowTop = frame.top; in performTraversals()
2512 || mAttachInfo.mWindowTop != frame.top; in maybeHandleWindowMove()
2518 mAttachInfo.mWindowTop = frame.top; in maybeHandleWindowMove()
3513 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()
7774 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
DAccessibilityInteractionController.java834 visibleWinFrame.top = (int) (attachInfo.mWindowTop * scale + spec.offsetY); in applyAppScaleAndMagnificationSpecIfNeeded()
DViewDebug.java843 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);
DView.java7773 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
22513 outLocation[1] += info.mWindowTop; in getLocationOnScreen()
26387 int mWindowTop; field in View.AttachInfo
/frameworks/base/config/
Dhiddenapi-private-dex.txt96934 Landroid/view/View$AttachInfo;->mWindowTop:I