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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
PipRecentsOverlayManager.java 161 mPipManager.resizePinnedStack(STATE_PIP_RECENTS_FOCUSED);
180 mPipManager.resizePinnedStack(STATE_PIP_RECENTS);
201 mPipManager.resizePinnedStack(STATE_PIP_RECENTS_FOCUSED);
215 mPipManager.resizePinnedStack(STATE_PIP_OVERLAY);
PipManager.java 154 resizePinnedStack(mState);
233 resizePinnedStack(getPinnedStackInfo() == null ? STATE_NO_PIP : STATE_PIP_OVERLAY);
249 resizePinnedStack(STATE_PIP_MENU);
288 resizePinnedStack(mState);
329 void resizePinnedStack(int state) {
330 if (DEBUG) Log.d(TAG, "resizePinnedStack() state=" + state);
339 "resizePinnedStack() deferring mSuspendPipResizingReason=" +
601 resizePinnedStack(STATE_PIP_OVERLAY);
628 resizePinnedStack(STATE_PIP_RECENTS);
654 resizePinnedStack(mState)
    [all...]
PipMenuActivity.java 60 mPipManager.resizePinnedStack(PipManager.STATE_PIP_OVERLAY);
  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java     [all...]
  /frameworks/base/core/java/android/app/
IActivityManager.java 207 public void resizePinnedStack(Rect pinnedBounds, Rect tempPinnedTaskBounds) throws RemoteException;
    [all...]
ActivityManagerNative.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 650 milliseconds