Home
last modified time | relevance | path

Searched defs:fixedRotationAdjustments (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DFixedRotationAdjustmentsItem.java45 FixedRotationAdjustments fixedRotationAdjustments) { in obtain()
DLaunchActivityItem.java106 IBinder assistToken, FixedRotationAdjustments fixedRotationAdjustments) { in obtain()
267 FixedRotationAdjustments fixedRotationAdjustments) { in setValues()
/frameworks/base/core/java/android/view/
DDisplayAdjustments.java93 public void setFixedRotationAdjustments(FixedRotationAdjustments fixedRotationAdjustments) { in setFixedRotationAdjustments()
/frameworks/base/core/java/android/app/
DClientTransactionHandler.java173 FixedRotationAdjustments fixedRotationAdjustments); in handleFixedRotationAdjustments()
DActivityThread.java573 IBinder assistToken, FixedRotationAdjustments fixedRotationAdjustments) { in ActivityClientRecord()
3255 @Nullable FixedRotationAdjustments fixedRotationAdjustments) { in handleFixedRotationAdjustments()
3274 @Nullable FixedRotationAdjustments fixedRotationAdjustments, in handleFixedRotationAdjustments()
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java193 FixedRotationAdjustments fixedRotationAdjustments = new FixedRotationAdjustments( in testLaunch() local