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

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java70 private final Looper mCreatorLooper; field in class:SurfaceTexture
132 mCreatorLooper = Looper.myLooper();
159 mCreatorLooper = Looper.myLooper();
199 mCreatorLooper != null ? mCreatorLooper : Looper.getMainLooper();

Completed in 112 milliseconds