Searched refs:origState (Results 1 – 2 of 2) sorted by relevance
2861 ChangeInfo(@NonNull WindowContainer origState) { in ChangeInfo() argument2862 mContainer = origState; in ChangeInfo()2863 mVisible = origState.isVisibleRequested(); in ChangeInfo()2864 mWindowingMode = origState.getWindowingMode(); in ChangeInfo()2865 mAbsoluteBounds.set(origState.getBounds()); in ChangeInfo()2866 mShowWallpaper = origState.showWallpaper(); in ChangeInfo()2867 mRotation = origState.getWindowConfiguration().getRotation(); in ChangeInfo()2868 mStartParent = origState.getParent(); in ChangeInfo()2869 mDisplayId = getDisplayId(origState); in ChangeInfo()
2703 UidPermissionState origState = uidState;2710 origState = new UidPermissionState(uidState);2757 if (!origState.hasPermissionState(permName)2794 if (bp.isNormal() && !origState.isPermissionGranted(perm)) {2825 && origState.isPermissionGranted(2836 && origState.isPermissionGranted(2860 PermissionState origPermState = origState.getPermissionState(perm);2873 PermissionState origPermState = origState.getPermissionState(perm);2879 (origState.getPermissionFlags(bp.getName())2881 boolean restrictionApplied = (origState.getPermissionFlags([all …]