Home
last modified time | relevance | path

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

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