Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/common/
H A DDeviceStateManagerFoldingFeatureProducer.java21 import static androidx.window.common.CommonFoldingFeature.COMMON_STATE_UNKNOWN;
223 int posture = mDeviceStateToPostureMap.get(mCurrentDeviceState, COMMON_STATE_UNKNOWN); in currentHingeState()
226 posture = mDeviceStateToPostureMap.get(mCurrentBaseDeviceState, COMMON_STATE_UNKNOWN); in currentHingeState()
H A DCommonFoldingFeature.java69 public static final int COMMON_STATE_UNKNOWN = -1; field in CommonFoldingFeature
100 @IntDef({COMMON_STATE_UNKNOWN,
270 && state != COMMON_STATE_UNKNOWN) { in assertReportableState()
/aosp14/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/sidecar/
H A DSampleSidecarImpl.java90 case CommonFoldingFeature.COMMON_STATE_UNKNOWN: in deviceStateFromFeature()