Searched refs:mWindowTop (Results 1 – 7 of 7) sorted by relevance
607 final float lightY = mLightY - attachInfo.mWindowTop; in setLightCenter()
1192 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);1209 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);
2991 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()3001 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()3596 mAttachInfo.mWindowTop = frame.top; in performTraversals()4127 || mAttachInfo.mWindowTop != frame.top; in maybeHandleWindowMove()4130 mAttachInfo.mWindowTop = frame.top; in maybeHandleWindowMove()5312 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()10234 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
1983 mTmpRect.offset(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in updateEmbeddedAccessibilityMatrix()
1087 -mViewRootImpl.mAttachInfo.mWindowTop); in transformBoundsWithScreenMatrix()
8996 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);26430 outLocation[1] += info.mWindowTop; in getLocationOnScreen()30718 int mWindowTop; field in View.AttachInfo
63257 Landroid/view/View$AttachInfo;->mWindowTop:I