Searched refs:currentLevel (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/utils/ |
D | ViewUtils.java | 218 @FocusLevel int currentLevel = getFocusLevel(currentFocus); in adjustFocus() local 219 return adjustFocus(root, currentLevel, /* cachedFocusedView= */ null, in adjustFocus() 228 @FocusLevel int currentLevel = getFocusLevel(currentFocus); in adjustFocusImmediately() local 229 return adjustFocus(root, currentLevel, /* cachedFocusedView= */ null, in adjustFocusImmediately() 240 @FocusLevel int currentLevel = getFocusLevel(currentFocus); in initFocus() local 241 if (currentLevel >= REGULAR_FOCUS) { in initFocus() 244 return adjustFocus(root, currentLevel, /* cachedFocusedView= */ null, in initFocus() 255 static boolean adjustFocus(@NonNull View root, @FocusLevel int currentLevel) { in adjustFocus() argument 256 return adjustFocus(root, currentLevel, /* cachedFocusedView= */ null, in adjustFocus() 273 @FocusLevel int currentLevel, in adjustFocus() argument [all …]
|
/packages/apps/TV/src/com/android/tv/parental/ |
D | ParentalControlSettings.java | 107 @ContentRatingLevel int currentLevel = getContentRatingLevel(); in updateRatingsForCurrentLevel() local 108 if (currentLevel != TvSettings.CONTENT_RATING_LEVEL_CUSTOM) { in updateRatingsForCurrentLevel() 109 mRatings = ContentRatingLevelPolicy.getRatingsForLevel(this, manager, currentLevel); in updateRatingsForCurrentLevel() 110 if (currentLevel != TvSettings.CONTENT_RATING_LEVEL_NONE) { in updateRatingsForCurrentLevel() 120 @ContentRatingLevel int currentLevel = getContentRatingLevel(); in setContentRatingLevel() local 121 if (level == currentLevel) { in setContentRatingLevel() 124 if (currentLevel == TvSettings.CONTENT_RATING_LEVEL_CUSTOM) { in setContentRatingLevel()
|
/packages/apps/TV/src/com/android/tv/ui/sidepanel/parentalcontrols/ |
D | RatingsFragment.java | 94 int currentLevel = tvActivity.getParentalControlSettings().getContentRatingLevel(); in getDescription() local 95 if (sLevelResourceIdMap.indexOfKey(currentLevel) >= 0) { in getDescription() 96 return tvActivity.getString(sLevelResourceIdMap.get(currentLevel)); in getDescription()
|