Searched refs:origState (Results 1 – 2 of 2) sorted by relevance
3327 ChangeInfo(@NonNull WindowContainer origState) { in ChangeInfo() argument3328 mContainer = origState; in ChangeInfo()3329 mVisible = origState.isVisibleRequested(); in ChangeInfo()3330 mWindowingMode = origState.getWindowingMode(); in ChangeInfo()3331 mAbsoluteBounds.set(origState.getBounds()); in ChangeInfo()3332 mShowWallpaper = origState.showWallpaper(); in ChangeInfo()3333 mRotation = origState.getWindowConfiguration().getRotation(); in ChangeInfo()3334 mStartParent = origState.getParent(); in ChangeInfo()3335 mDisplayId = getDisplayId(origState); in ChangeInfo()
2652 UidPermissionState origState = uidState;2659 origState = new UidPermissionState(uidState);2704 if (!origState.hasPermissionState(permName)2741 if (bp.isNormal() && !origState.isPermissionGranted(perm)) {2772 && origState.isPermissionGranted(2783 && origState.isPermissionGranted(2807 PermissionState origPermState = origState.getPermissionState(perm);2820 PermissionState origPermState = origState.getPermissionState(perm);2826 (origState.getPermissionFlags(bp.getName())2828 boolean restrictionApplied = (origState.getPermissionFlags([all …]