Home
last modified time | relevance | path

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

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DRevealActivity.java103 view.post(sBlockThread); in onClick()
107 private final static Runnable sBlockThread = new Runnable() { field in RevealActivity
DMultiProducerActivity.java112 sBlockThread.run(); in onClick()
264 private final static Runnable sBlockThread = new Runnable() { field in MultiProducerActivity