Home | History | Annotate | Download | only in display

Lines Matching refs:sThread

81     private static HandlerThread sThread =
87 sThread.start();
88 sHandler = new Handler(sThread.getLooper());