Searched refs:currentLevel (Results 1 – 5 of 5) sorted by relevance
261 @FocusLevel int currentLevel = getFocusLevel(currentFocus); in adjustFocus() local271 @FocusLevel int currentLevel = getFocusLevel(currentFocus); in adjustFocusImmediately() local283 @FocusLevel int currentLevel = getFocusLevel(currentFocus); in initFocus() local284 if (currentLevel >= REGULAR_FOCUS) { in initFocus()316 @FocusLevel int currentLevel, in adjustFocus() argument331 @FocusLevel int currentLevel, in adjustFocus() argument345 if (currentLevel < DEFAULT_FOCUS && focusOnDefaultFocusView(root)) { in adjustFocus()351 if (currentLevel < SELECTED_FOCUS && focusOnSelectedView(root)) { in adjustFocus()358 if (delayed && currentLevel < IMPLICIT_DEFAULT_FOCUS) { in adjustFocus()373 if (currentLevel < REGULAR_FOCUS && focusOnFirstRegularView(root)) { in adjustFocus()[all …]
107 @ContentRatingLevel int currentLevel = getContentRatingLevel(); in updateRatingsForCurrentLevel() local108 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() local121 if (level == currentLevel) { in setContentRatingLevel()124 if (currentLevel == TvSettings.CONTENT_RATING_LEVEL_CUSTOM) { in setContentRatingLevel()
69 float currentLevel = interpolateCurrent(); in onProcess() local71 *outputBuffer++ = *inputBuffer++ * currentLevel; in onProcess()
94 int currentLevel = tvActivity.getParentalControlSettings().getContentRatingLevel(); in getDescription() local95 if (sLevelResourceIdMap.indexOfKey(currentLevel) >= 0) { in getDescription()96 return tvActivity.getString(sLevelResourceIdMap.get(currentLevel)); in getDescription()
1135 byte currentLevel = (byte) ((runs[i + 1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK); in primaryIsTrailingPreviousAllLineOffsets()1136 trailing[start - lineStart] = currentLevel > (start == lineStart in primaryIsTrailingPreviousAllLineOffsets()