Home
last modified time | relevance | path

Searched refs:mMaxHingeAngle (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java1771 private int mMaxHingeAngle; field in DisplayRotation.FoldController
1843 mMaxHingeAngle = mContext.getResources().getInteger( in FoldController()
2016 if (hingeAngle < mMaxHingeAngle) {
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayRotationTests.java1262 private int mMaxHingeAngle; field in DisplayRotationTests.DisplayRotationBuilder
1294 mMaxHingeAngle = maxHingeAngle; in setMaxHingeAngle()
1451 .thenReturn(mMaxHingeAngle); in build()