Searched refs:mWindowTop (Results 1 – 4 of 4) sorted by relevance
492 final float lightY = mLightY - attachInfo.mWindowTop; in setLightCenter()
1197 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);1214 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);
2250 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in transformMatrixToGlobal()2260 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop); in transformMatrixToLocal()2798 mAttachInfo.mWindowTop = frame.top; in performTraversals()3183 || mAttachInfo.mWindowTop != frame.top; in maybeHandleWindowMove()3189 mAttachInfo.mWindowTop = frame.top; in maybeHandleWindowMove()4287 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop); in getAccessibilityFocusedRect()8818 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop); in requestChildRectangleOnScreen()
8687 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);24808 outLocation[1] += info.mWindowTop; in getLocationOnScreen()28842 int mWindowTop; field in View.AttachInfo