Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/wrapper/
DUtilWrapperModule.kt28 abstract fun bindRotationPolicyWrapper(impl: RotationPolicyWrapperImpl): RotationPolicyWrapper
DRotationPolicyWrapper.kt41 class RotationPolicyWrapperImpl @Inject constructor( in setRotationLock() class