HomeSort by relevance Sort by last modified time
    Searched refs:mContainingFrame (Results 1 - 5 of 5) sorted by null

  /frameworks/base/services/core/java/com/android/server/wm/
WindowState.java 296 final Rect mContainingFrame = new Rect();
730 mContainingFrame.set(pf);
737 task.getBounds(mContainingFrame);
743 mContainingFrame.right = mContainingFrame.left + frozen.width();
744 mContainingFrame.bottom = mContainingFrame.top + frozen.height();
749 if (windowsAreFloating && mContainingFrame.bottom > cf.bottom) {
752 mContainingFrame.top -= mContainingFrame.bottom - cf.bottom
    [all...]
WindowStateAnimator.java     [all...]
WindowSurfacePlacer.java     [all...]
WindowManagerService.java     [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
WindowManagerState.java 604 private Rectangle mContainingFrame = new Rectangle();
639 return mContainingFrame;
691 extractMultipleBounds(matcher, 1, mContainingFrame, mParentFrame);
703 + " cf=" + mContainingFrame + " pf=" + mParentFrame;

Completed in 1424 milliseconds