Searched refs:mFrameRateCategoryLowCount (Results 1 – 1 of 1) sorted by relevance
1134 private int mFrameRateCategoryLowCount = 0; field in ViewRootImpl4363 mFrameRateCategoryLowCount = mFrameRateCategoryLowCount > 0 in performTraversals()4364 ? mFrameRateCategoryLowCount - 1 : mFrameRateCategoryLowCount; in performTraversals()6915 mFrameRateCategoryLowCount = 0; in handleMessageImpl()12793 case FRAME_RATE_CATEGORY_LOW -> mFrameRateCategoryLowCount = FRAME_RATE_CATEGORY_COUNT; in setCategoryFromCategoryCounts()12814 } else if (mFrameRateCategoryLowCount > 0) { in setCategoryFromCategoryCounts()