Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DSurfaceFlingerVsyncChoreographer.java28 public class SurfaceFlingerVsyncChoreographer { class
42 public SurfaceFlingerVsyncChoreographer(Handler handler, Display display, in SurfaceFlingerVsyncChoreographer() method in SurfaceFlingerVsyncChoreographer
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
DDividerView.java64 import com.android.internal.view.SurfaceFlingerVsyncChoreographer;
161 private final SurfaceFlingerVsyncChoreographer mSfChoreographer;
270 mSfChoreographer = new SurfaceFlingerVsyncChoreographer(mHandler, context.getDisplay(), in DividerView()