Home
last modified time | relevance | path

Searched refs:mFixedRotationAdjustments (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/servertransaction/
DFixedRotationAdjustmentsItem.java40 private FixedRotationAdjustments mFixedRotationAdjustments; field in FixedRotationAdjustmentsItem
53 instance.mFixedRotationAdjustments = fixedRotationAdjustments; in obtain()
61 client.handleFixedRotationAdjustments(mToken, mFixedRotationAdjustments); in execute()
67 mFixedRotationAdjustments = null; in recycle()
74 dest.writeTypedObject(mFixedRotationAdjustments, flags); in writeToParcel()
87 && Objects.equals(mFixedRotationAdjustments, other.mFixedRotationAdjustments); in equals()
94 result = 31 * result + Objects.hashCode(mFixedRotationAdjustments); in hashCode()
100 mFixedRotationAdjustments = in.readTypedObject(FixedRotationAdjustments.CREATOR); in FixedRotationAdjustmentsItem()
DLaunchActivityItem.java81 private FixedRotationAdjustments mFixedRotationAdjustments; field in LaunchActivityItem
88 client, mAssistToken, mFixedRotationAdjustments, mShareableActivityToken, in preExecute()
172 dest.writeTypedObject(mFixedRotationAdjustments, flags); in writeToParcel()
231 && Objects.equals(mFixedRotationAdjustments, other.mFixedRotationAdjustments) in equals()
253 result = 31 * result + Objects.hashCode(mFixedRotationAdjustments); in hashCode()
291 + ",rotationAdj=" + mFixedRotationAdjustments in toString()
323 instance.mFixedRotationAdjustments = fixedRotationAdjustments; in setValues()
/frameworks/base/core/java/android/view/
DDisplayAdjustments.java37 private FixedRotationAdjustments mFixedRotationAdjustments; field in DisplayAdjustments
52 mFixedRotationAdjustments = daj.mFixedRotationAdjustments; in DisplayAdjustments()
94 mFixedRotationAdjustments = fixedRotationAdjustments; in setFixedRotationAdjustments()
98 return mFixedRotationAdjustments; in getFixedRotationAdjustments()
103 final FixedRotationAdjustments rotationAdjustments = mFixedRotationAdjustments; in noFlip()
137 final FixedRotationAdjustments rotationAdjustments = mFixedRotationAdjustments; in adjustGlobalAppMetrics()
148 final FixedRotationAdjustments rotationAdjustments = mFixedRotationAdjustments; in getDisplayCutout()
161 final FixedRotationAdjustments rotationAdjustments = mFixedRotationAdjustments; in adjustRoundedCorner()
174 final FixedRotationAdjustments rotationAdjustments = mFixedRotationAdjustments; in getRotation()
183 hash = hash * 31 + Objects.hashCode(mFixedRotationAdjustments); in hashCode()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTestUtils.java113 private FixedRotationAdjustments mFixedRotationAdjustments; field in TestUtils.LaunchActivityItemBuilder
207 mFixedRotationAdjustments = fra; in setFixedRotationAdjustments()
221 null /* activityClientController */, mFixedRotationAdjustments, in build()