Home
last modified time | relevance | path

Searched defs:setFixedRotationAdjustments (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/java/android/view/
H A DDisplayAdjustments.java93 public void setFixedRotationAdjustments(FixedRotationAdjustments fixedRotationAdjustments) { in setFixedRotationAdjustments() method in DisplayAdjustments
/aosp12/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
H A DTestUtils.java206 LaunchActivityItemBuilder setFixedRotationAdjustments(FixedRotationAdjustments fra) { in setFixedRotationAdjustments() method in TestUtils.LaunchActivityItemBuilder
/aosp12/frameworks/base/core/tests/mockingcoretests/src/android/view/
H A DDisplayTest.java581 private static FixedRotationAdjustments setFixedRotationAdjustments(Resources resources, in setFixedRotationAdjustments() method in DisplayTest