Searched refs:getRefreshRate (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DChoreographer_Delegate.java30 public static float getRefreshRate() { method in class:Choreographer_Delegate
/frameworks/base/core/java/android/view/
H A DChoreographer.java170 mFrameIntervalNanos = (long)(1000000000 / getRefreshRate());
178 private static float getRefreshRate() { method in class:Choreographer
H A DDisplay.java610 public float getRefreshRate() { method in class:Display
/frameworks/native/opengl/libagl/
H A Degl.cpp166 virtual EGLint getRefreshRate() const;
202 EGLint egl_surface_t::getRefreshRate() const { function in class:android::egl_surface_t
235 virtual EGLint getRefreshRate() const;
617 EGLint egl_window_surface_v2_t::getRefreshRate() const { function in class:android::egl_window_surface_v2_t

Completed in 113 milliseconds