Home
last modified time | relevance | path

Searched refs:HINT_PER_DISPLAY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/window/
DSystemPerformanceHinter.java61 private static final int HINT_PER_DISPLAY = HINT_SF_FRAME_RATE; field in SystemPerformanceHinter
215 if ((hintFlags & HINT_PER_DISPLAY) != 0) { in createSession()
243 int oldPerDisplayFlags = calculateActiveHintFlagsForDisplay(HINT_PER_DISPLAY, in startSession()
247 int newPerDisplayFlags = calculateActiveHintFlagsForDisplay(HINT_PER_DISPLAY, in startSession()
293 int oldPerDisplayFlags = calculateActiveHintFlagsForDisplay(HINT_PER_DISPLAY, in endSession()
297 int newPerDisplayFlags = calculateActiveHintFlagsForDisplay(HINT_PER_DISPLAY, in endSession()