Searched refs:mWindowTop (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DThreadedRenderer.java586 final float lightY = mLightY - attachInfo.mWindowTop;
H A DViewRootImpl.java1526 m.preTranslate(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
1536 m.postTranslate(-mAttachInfo.mWindowLeft, -mAttachInfo.mWindowTop);
2080 mAttachInfo.mWindowTop = frame.top;
2386 || mAttachInfo.mWindowTop != frame.top;
2392 mAttachInfo.mWindowTop = frame.top;
3177 bounds.offset(-attachInfo.mWindowLeft, -attachInfo.mWindowTop);
7333 mTempRect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
H A DAccessibilityInteractionController.java834 visibleWinFrame.top = (int) (attachInfo.mWindowTop * scale + spec.offsetY);
H A DViewDebug.java852 encoder.addProperty("window:top", view.mAttachInfo.mWindowTop);
H A DView.java7419 rect.offset(mAttachInfo.mWindowLeft, mAttachInfo.mWindowTop);
21438 outLocation[1] += info.mWindowTop;
25256 int mWindowTop; field in class:View.AttachInfo

Completed in 3199 milliseconds