Searched refs:mappedType (Results 1 – 2 of 2) sorted by relevance
2549 BrightnessLimitMapType mappedType = BrightnessLimitMapType.convert(type); in loadLuxThrottling() local2550 if (mappedType == null) { in loadLuxThrottling()2554 if (mLuxThrottlingData.containsKey(mappedType)) { in loadLuxThrottling()2555 Slog.wtf(TAG, "Invalid NBM config: duplicate map type=" + mappedType); in loadLuxThrottling()2582 mLuxThrottlingData.put(mappedType, luxToTransitionPointMap); in loadLuxThrottling()
528 int mappedType = getMappedViewType(typeId); in isViewTypeInRange() local529 return (mappedType < viewTypeCount); in isViewTypeInRange()