OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UiThread
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/services/java/com/android/server/
UiThread.java
29
public final class
UiThread
extends HandlerThread {
30
private static
UiThread
sInstance;
33
private
UiThread
() {
39
sInstance = new
UiThread
();
51
Slog.i("
UiThread
", "Enabled StrictMode logging for UI thread");
58
public static
UiThread
get() {
59
synchronized (
UiThread
.class) {
66
synchronized (
UiThread
.class) {
FgThread.java
53
synchronized (
UiThread
.class) {
60
synchronized (
UiThread
.class) {
Watchdog.java
230
mHandlerCheckers.add(new HandlerChecker(
UiThread
.getHandler(),
/frameworks/base/services/java/com/android/server/wm/
PointerEventDispatcher.java
26
import com.android.server.
UiThread
;
35
super(inputChannel,
UiThread
.getHandler().getLooper());
WindowManagerService.java
39
import com.android.server.
UiThread
;
799
initPolicy(
UiThread
.getHandler());
[
all
...]
/frameworks/base/services/java/com/android/server/display/
DisplayManagerService.java
45
import com.android.server.
UiThread
;
208
mUiHandler =
UiThread
.getHandler();
[
all
...]
/prebuilts/devtools/tools/lib/
ddmuilib.jar
Completed in 76 milliseconds