Searched refs:mFixedRotationAdjustments (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/app/servertransaction/ |
D | FixedRotationAdjustmentsItem.java | 40 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()
|
D | LaunchActivityItem.java | 81 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/ |
D | DisplayAdjustments.java | 37 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/ |
D | TestUtils.java | 113 private FixedRotationAdjustments mFixedRotationAdjustments; field in TestUtils.LaunchActivityItemBuilder 207 mFixedRotationAdjustments = fra; in setFixedRotationAdjustments() 221 null /* activityClientController */, mFixedRotationAdjustments, in build()
|