Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DChoreographer.java332 static Choreographer getInstanceForSurfaceControl(long layerHandle, in getInstanceForSurfaceControl() method in Choreographer
H A DSurfaceControl.java1410 mChoreographer = Choreographer.getInstanceForSurfaceControl(mNativeHandle, looper); in getChoreographer()