Home
last modified time | relevance | path

Searched refs:handleFixedRotationAdjustments (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DFixedRotationAdjustmentsItem.java60 client.handleFixedRotationAdjustments(mToken, mFixedRotationAdjustments); in execute()
/frameworks/base/core/java/android/app/
DClientTransactionHandler.java172 public abstract void handleFixedRotationAdjustments(IBinder token, in handleFixedRotationAdjustments() method in ClientTransactionHandler
DActivityThread.java3254 public void handleFixedRotationAdjustments(@NonNull IBinder token, in handleFixedRotationAdjustments() method in ActivityThread
3256 handleFixedRotationAdjustments(token, fixedRotationAdjustments, null /* overrideConfig */); in handleFixedRotationAdjustments()
3273 private void handleFixedRotationAdjustments(@NonNull IBinder token, in handleFixedRotationAdjustments() method in ActivityThread
3545 handleFixedRotationAdjustments(r.token, r.mPendingFixedRotationAdjustments, in createBaseContextForActivity()