/aosp14/frameworks/base/core/java/android/app/servertransaction/ |
H A D | StopActivityItem.java | 37 private int mConfigChanges; field in StopActivityItem 43 client.handleStopActivity(r, mConfigChanges, pendingActions, in execute() 73 instance.mConfigChanges = configChanges; in obtain() 81 mConfigChanges = 0; in recycle() 91 dest.writeInt(mConfigChanges); in writeToParcel() 96 mConfigChanges = in.readInt(); in StopActivityItem() 119 return mConfigChanges == other.mConfigChanges; in equals() 125 result = 31 * result + mConfigChanges; in hashCode() 131 return "StopActivityItem{configChanges=" + mConfigChanges + "}"; in toString()
|
H A D | DestroyActivityItem.java | 36 private int mConfigChanges; field in DestroyActivityItem 47 client.handleDestroyActivity(r, mFinished, mConfigChanges, in execute() 69 instance.mConfigChanges = configChanges; in obtain() 78 mConfigChanges = 0; in recycle() 89 dest.writeInt(mConfigChanges); in writeToParcel() 95 mConfigChanges = in.readInt(); in DestroyActivityItem() 118 return mFinished == other.mFinished && mConfigChanges == other.mConfigChanges; in equals() 125 result = 31 * result + mConfigChanges; in hashCode() 132 + mConfigChanges + "}"; in toString()
|
H A D | PauseActivityItem.java | 40 private int mConfigChanges; field in PauseActivityItem 48 client.handlePauseActivity(r, mFinished, mUserLeaving, mConfigChanges, mAutoEnteringPip, in execute() 82 instance.mConfigChanges = configChanges; in obtain() 97 instance.mConfigChanges = 0; in obtain() 109 mConfigChanges = 0; in recycle() 122 dest.writeInt(mConfigChanges); in writeToParcel() 131 mConfigChanges = in.readInt(); in PauseActivityItem() 157 && mConfigChanges == other.mConfigChanges && mDontReport == other.mDontReport in equals() 166 result = 31 * result + mConfigChanges; in hashCode() 175 + ",configChanges=" + mConfigChanges + ",dontReport=" + mDontReport in toString()
|
H A D | ActivityRelaunchItem.java | 48 private int mConfigChanges; field in ActivityRelaunchItem 65 mPendingNewIntents, mConfigChanges, mConfig, mPreserveWindow); in preExecute() 101 instance.mConfigChanges = configChanges; in obtain() 112 mConfigChanges = 0; in recycle() 127 dest.writeInt(mConfigChanges); in writeToParcel() 136 mConfigChanges = in.readInt(); in ActivityRelaunchItem() 163 && mConfigChanges == other.mConfigChanges && Objects.equals(mConfig, other.mConfig) in equals() 172 result = 31 * result + mConfigChanges; in hashCode() 181 + ",pendingNewIntents=" + mPendingNewIntents + ",configChanges=" + mConfigChanges in toString()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | EnsureActivitiesVisibleHelper.java | 36 private int mConfigChanges; field in EnsureActivitiesVisibleHelper 63 mConfigChanges = configChanges; in reset() 196 makeVisibleAndRestartIfNeeded(mStarting, mConfigChanges, in setActivityVisibilityState() 217 mConfigChanges |= r.configChangeFlags; in setActivityVisibilityState()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
H A D | FragmentHostManager.java | 60 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in FragmentHostManager 78 mConfigChanges.applyNewConfig(mContext.getResources()); in FragmentHostManager() 183 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
H A D | VolumeDialogComponent.java | 70 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in VolumeDialogComponent 169 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in onConfigurationChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarController.java | 102 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in NavigationBarController 135 mConfigChanges.applyNewConfig(mContext.getResources()); in NavigationBarController() 151 boolean willApplyConfig = mConfigChanges.applyNewConfig(mContext.getResources()); in onConfigChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | ScreenshotController.java | 309 private final InterestingConfigChanges mConfigChanges = new InterestingConfigChanges( field in ScreenshotController 383 mConfigChanges.applyNewConfig(context.getResources()); in ScreenshotController() 691 if (mConfigChanges.applyNewConfig(mContext.getResources())) { in enqueueScrollCaptureRequest()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowTestsBase.java | 1101 private int mConfigChanges; field in WindowTestsBase.ActivityBuilder 1203 mConfigChanges = configChanges; in setConfigChanges() 1298 aInfo.configChanges |= mConfigChanges; in buildInner()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 8567 Landroid/app/servertransaction/ActivityRelaunchItem;->mConfigChanges:I 8613 Landroid/app/servertransaction/DestroyActivityItem;->mConfigChanges:I 8669 Landroid/app/servertransaction/PauseActivityItem;->mConfigChanges:I 8732 Landroid/app/servertransaction/StopActivityItem;->mConfigChanges:I
|