Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DWindowlessWindowManager.java96 private final ClientWindowFrames mTmpFrames = new ClientWindowFrames(); field in WindowlessWindowManager
669 mTmpFrames.frame.set(0, 0, s.mParams.width, s.mParams.height); in setInsetsState()
670 mTmpFrames.displayFrame.set(mTmpFrames.frame); in setInsetsState()
672 s.mClient.resized(mTmpFrames, false /* reportDraw */, mTmpConfig, state, in setInsetsState()
DViewRootImpl.java859 private final ClientWindowFrames mTmpFrames = new ClientWindowFrames(); field in ViewRootImpl
1160 ? new WindowRelayoutResult(mTmpFrames, mPendingMergedConfiguration, mSurfaceControl,
1608 mTmpFrames.attachedFrame = attachedFrame;
1609 mTmpFrames.compatScale = compatScale[0];
1638 mTmpFrames);
1639 setFrame(mTmpFrames.frame, true /* withinRelayout */);
2249 !Objects.equals(mTmpFrames.attachedFrame, attachedFrame);
2251 final boolean compatScaleChanged = mTmpFrames.compatScale != compatScale;
2260 mTmpFrames.compatScale = compatScale;
2274 mTmpFrames.displayFrame.set(displayFrame);
[all …]
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java375 mViewRoot.getViewRootImpl().mTmpFrames.displayFrame.set(mViewRoot.getLeft(), in inflate()