Home
last modified time | relevance | path

Searched refs:INVALID_ROTATION (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/updates/
DRotationChangeProvider.kt33 private const val INVALID_ROTATION = -1 constant
51 private val lastRotation = AtomicInteger(INVALID_ROTATION)
67 lastRotation.set(INVALID_ROTATION) in removeCallback()
/frameworks/av/camera/camera2/
DOutputConfiguration.cpp34 const int OutputConfiguration::INVALID_ROTATION = -1; member in android::OutputConfiguration
126 mRotation(INVALID_ROTATION), in OutputConfiguration()
146 mRotation(INVALID_ROTATION), in OutputConfiguration()
/frameworks/av/camera/include/camera/camera2/
DOutputConfiguration.h36 static const int INVALID_ROTATION;