HomeSort by relevance Sort by last modified time
    Searched refs:mChoreographer (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
ChoreographerTest.java 48 private Choreographer mChoreographer;
53 mChoreographer = Choreographer.getInstance();
75 mChoreographer.postCallback(
77 mChoreographer.postCallback(
79 mChoreographer.postCallback(
81 mChoreographer.removeCallbacks(
90 mChoreographer.postCallback(
98 mChoreographer.postCallback(
100 mChoreographer.postCallback(
102 mChoreographer.removeCallbacks
    [all...]
  /cts/hostsidetests/incident/apps/graphicsstatsapp/src/com/android/server/cts/device/graphicsstats/
DrawFramesActivity.java 53 private Choreographer mChoreographer;
65 mChoreographer = Choreographer.getInstance();
126 mChoreographer.postFrameCallback((long timestamp) -> {

Completed in 115 milliseconds