Searched refs:mContainingFrame (Results 1 – 2 of 2) sorted by relevance
242 final Rect mContainingFrame = new Rect(); field in WindowState541 stack.getBounds(mContainingFrame); in computeFrameLw()544 && mContainingFrame.bottom > cf.bottom) { in computeFrameLw()546 mContainingFrame.top -= mContainingFrame.bottom - cf.bottom; in computeFrameLw()550 if (!mContainingFrame.intersect(cf)) { in computeFrameLw()551 mContainingFrame.set(cf); in computeFrameLw()553 mDisplayFrame.set(mContainingFrame); in computeFrameLw()555 mContainingFrame.set(pf); in computeFrameLw()559 final int pw = mContainingFrame.width(); in computeFrameLw()560 final int ph = mContainingFrame.height(); in computeFrameLw()[all …]
3489 containingFrame.set(win.mContainingFrame); in applyAnimationLocked()9108 + win.mContainingFrame + " mDisplayFrame=" in performLayoutLockedInner()9150 + win.mContainingFrame + " mDisplayFrame=" in performLayoutLockedInner()