Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java592 private final ClientWindowFrames mTmpFrames = new ClientWindowFrames(); field in ViewRootImpl
1147 getConfiguration().windowConfiguration.getBounds(), mTmpFrames.frame); in setView()
1148 setFrame(mTmpFrames.frame); in setView()
1633 mTmpFrames.displayFrame.set(frames.displayFrame); in handleResized()
5349 mTmpFrames.frame.left = l; in handleMessageImpl()
5350 mTmpFrames.frame.right = l + w; in handleMessageImpl()
5351 mTmpFrames.frame.top = t; in handleMessageImpl()
5352 mTmpFrames.frame.bottom = t + h; in handleMessageImpl()
5353 setFrame(mTmpFrames.frame); in handleMessageImpl()
7781 mTmpFrames, mPendingMergedConfiguration, mSurfaceControl, mTempInsets, in relayoutWindow()
[all …]