Searched refs:mDeviceStateOrientationMap (Results 1 – 3 of 3) sorted by relevance
70 private final HashMap<Long, Integer> mDeviceStateOrientationMap = new HashMap<>(); field in DeviceStateSensorOrientationMap101 mDeviceStateOrientationMap.put(elements[i], Math.toIntExact(elements[i + 1])); in DeviceStateSensorOrientationMap()116 if (!mDeviceStateOrientationMap.containsKey(deviceState)) { in getSensorOrientation()120 return mDeviceStateOrientationMap.get(deviceState); in getSensorOrientation()
2310 mDeviceStateOrientationMap.emplace(stateMap.data.i64[i], stateMap.data.i64[i+1]);2449 if (!mDeviceStateOrientationMap.empty() && in notifyDeviceStateChange()2450 (mDeviceStateOrientationMap.find(newState) != mDeviceStateOrientationMap.end())) { in notifyDeviceStateChange()2452 &mDeviceStateOrientationMap[newState], 1); in notifyDeviceStateChange()
578 std::unordered_map<int64_t, int32_t> mDeviceStateOrientationMap; member