Searched refs:mKeyToAspectRatioMap (Results 1 – 2 of 2) sorted by relevance
88 final BiMap<String, Integer> mKeyToAspectRatioMap = HashBiMap.create(); field in UserAspectRatioDetails170 final int appDefault = mKeyToAspectRatioMap in getSelectedUserMinAspectRatio()172 return mKeyToAspectRatioMap.getOrDefault(selectedKey, appDefault); in getSelectedUserMinAspectRatio()177 final String appDefault = mKeyToAspectRatioMap.inverse() in getSelectedKey()184 return mKeyToAspectRatioMap.inverse().getOrDefault(userMinAspectRatio, appDefault); in getSelectedKey()243 mKeyToAspectRatioMap.put(key, aspectRatio); in addPreference()
222 mFragment.mKeyToAspectRatioMap.clear();