Home
last modified time | relevance | path

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

/aosp12/frameworks/ex/framesequence/src/android/support/rastermill/
H A DFrameSequenceDrawable.java49 private static Handler sDecodingThreadHandler; field in FrameSequenceDrawable
57 sDecodingThreadHandler = new Handler(sDecodingThread.getLooper()); in initializeDecodingThread()
442 sDecodingThreadHandler.post(mDecodeRunnable); in scheduleDecodeLocked()