Searched defs:DisplayThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DDisplayThread.java28 public final class DisplayThread extends ServiceThread { class in inherits:ServiceThread
29 private static DisplayThread sInstance;
32 private DisplayThread() { method in class:DisplayThread
38 sInstance = new DisplayThread();
45 public static DisplayThread get() {
46 synchronized (DisplayThread.class) {
53 synchronized (DisplayThread.class) {

Completed in 155 milliseconds