Searched refs:persistTaskBounds (Results 1 – 2 of 2) sorted by relevance
474 if (!StackId.persistTaskBounds(getStackId())) { in removeWindowContainer()2079 if (mBounds != null && StackId.persistTaskBounds(mStack.mStackId)) { in updateOverrideConfiguration()2092 if (mStack == null || StackId.persistTaskBounds(mStack.mStackId)) { in updateOverrideConfiguration()2224 } else if (!StackId.persistTaskBounds(stackId)) { in getLaunchBounds()
719 public static boolean persistTaskBounds(int stackId) { in persistTaskBounds() method in ActivityManager.StackId