Searched refs:mDeviceStateToPostureMap (Results 1 – 3 of 3) sorted by relevance
62 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DeviceStateManagerFoldingFeatureProducer127 mDeviceStateToPostureMap.put(deviceState, posture); in DeviceStateManagerFoldingFeatureProducer()130 if (mDeviceStateToPostureMap.size() > 0) { in DeviceStateManagerFoldingFeatureProducer()160 return mDeviceStateToPostureMap.indexOfKey(mCurrentDeviceState.getIdentifier()) >= 0; in isCurrentStateValid()245 int posture = mDeviceStateToPostureMap.get(mCurrentDeviceState.getIdentifier(), in currentHingeState()249 posture = mDeviceStateToPostureMap.get( in currentHingeState()
68 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DevicePostureController103 mDeviceStateToPostureMap.put(deviceState, posture); in onInit()110 mDeviceStateToPostureMap.get(state.getIdentifier(), DEVICE_POSTURE_UNKNOWN))); in onInit()
56 private final SparseIntArray mDeviceStateToPostureMap = new SparseIntArray(); field in DevicePostureControllerImpl84 mDeviceStateToPostureMap.put(deviceState, posture); in DevicePostureControllerImpl()94 mDeviceStateToPostureMap.get(state.getIdentifier(), DEVICE_POSTURE_UNKNOWN); in DevicePostureControllerImpl()