Searched refs:mWindowTop (Results 1 – 7 of 7) sorted by relevance
607 final float lightY = mLightY - attachInfo.mWindowTop; in setLightCenter()
1204 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);1221 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);
3267 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()3277 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()3869 mAttachInfo.mWindowTop = frame.top; in performTraversals()4570 || mAttachInfo.mWindowTop != frame.top; in maybeHandleWindowMove()4573 mAttachInfo.mWindowTop = frame.top; in maybeHandleWindowMove()5882 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()11042 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
2133 mTmpRect.offset(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in updateEmbeddedAccessibilityMatrix()
1088 -mViewRootImpl.mAttachInfo.mWindowTop); in transformBoundsWithScreenMatrix()
9436 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);27396 outLocation[1] += info.mWindowTop; in getLocationOnScreen()31780 int mWindowTop; field in View.AttachInfo
62614 Landroid/view/View$AttachInfo;->mWindowTop:I