Searched refs:DEBUG_FPS_DIVISOR (Results 1 – 2 of 2) sorted by relevance
174 public static final String DEBUG_FPS_DIVISOR = "debug.hwui.fps_divisor"; field in ThreadedRenderer
269 setFPSDivisor(SystemProperties.getInt(ThreadedRenderer.DEBUG_FPS_DIVISOR, 1)); in Choreographer()