/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | UiThread.java | 31 public final class UiThread extends ServiceThread { class 34 private static UiThread sInstance; 37 private UiThread() { in UiThread() method in UiThread 50 sInstance = new UiThread(); in ensureThreadLocked() 60 public static UiThread get() { in get() 61 synchronized (UiThread.class) { in get() 68 synchronized (UiThread.class) { in getHandler() 80 synchronized (UiThread.class) { in dispose()
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
H A D | RecentsAnimationController.java | 26 import androidx.annotation.UiThread; 105 @UiThread 110 @UiThread 115 @UiThread 121 @UiThread 133 @UiThread 139 @UiThread 164 @UiThread 172 @UiThread 180 @UiThread [all …]
|
H A D | ImageActionsApi.java | 36 import androidx.annotation.UiThread; 65 @UiThread 74 @UiThread 79 @UiThread 101 @UiThread 122 @UiThread
|
H A D | RecentsAnimationCallbacks.java | 27 import androidx.annotation.UiThread; 61 @UiThread 67 @UiThread 73 @UiThread
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsAnimationThreadControlRunner.java | 23 import android.annotation.UiThread; 56 @UiThread 109 @UiThread 138 @UiThread 144 @UiThread 150 @UiThread 156 @UiThread 162 @UiThread 172 @UiThread 178 @UiThread
|
H A D | ImeFocusController.java | 50 @UiThread 67 @UiThread 76 @UiThread 93 @UiThread 103 @UiThread 113 @UiThread 175 @UiThread 201 @UiThread 212 @UiThread 230 @UiThread [all …]
|
H A D | AttachedSurfaceControl.java | 20 import android.annotation.UiThread; 34 @UiThread 99 @UiThread
|
H A D | ScrollCaptureCallback.java | 20 import android.annotation.UiThread; 63 @UiThread
|
/aosp12/packages/apps/Settings/src/com/android/settings/network/ |
H A D | InternetResetHelper.java | 30 import androidx.annotation.UiThread; 154 @UiThread 162 @UiThread 170 @UiThread 178 @UiThread 185 @UiThread 203 @UiThread 228 @UiThread
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/ |
H A D | ViewPool.java | 26 import androidx.annotation.UiThread; 56 @UiThread 75 @UiThread 82 @UiThread 94 @UiThread
|
/aosp12/packages/apps/Car/libs/car-qc-lib/src/com/android/car/qc/controller/ |
H A D | BaseQCController.java | 22 import androidx.annotation.UiThread; 55 @UiThread 64 @UiThread 70 @UiThread
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/ |
H A D | WidgetsListHeader.java | 34 import androidx.annotation.UiThread; 133 @UiThread 146 @UiThread 153 @UiThread 161 @UiThread 166 @UiThread 243 @UiThread 248 @UiThread
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
H A D | LauncherAnimationRunner.java | 34 import androidx.annotation.UiThread; 123 @UiThread 158 @UiThread 172 @UiThread 182 @UiThread
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotViewController.kt | 136 @UiThread 165 @UiThread 180 @UiThread 198 @UiThread 220 @UiThread 229 @UiThread 298 @UiThread 314 @UiThread 329 @UiThread 443 @UiThread [all …]
|
/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/imaging/ |
H A D | LocalImageFetcher.java | 31 import androidx.annotation.UiThread; 91 @UiThread 126 @UiThread 162 @UiThread 190 @UiThread 222 @UiThread 292 @UiThread
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
H A D | BaseLauncherAppWidgetHostView.java | 27 import androidx.annotation.UiThread; 85 @UiThread 91 @UiThread
|
/aosp12/frameworks/base/core/java/android/view/contentcapture/ |
H A D | MainContentCaptureSession.java | 228 @UiThread 285 @UiThread 316 @UiThread 321 @UiThread 468 @UiThread 473 @UiThread 518 @UiThread 528 @UiThread 583 @UiThread 596 @UiThread [all …]
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/media/ |
H A D | SeekBarObserver.kt | 20 import androidx.annotation.UiThread 41 @UiThread 84 @UiThread
|
/aosp12/frameworks/base/core/java/android/view/translation/ |
H A D | ViewTranslationCallback.java | 20 import android.annotation.UiThread; 34 @UiThread
|
/aosp12/packages/services/Car/car-lib/src/android/car/cluster/renderer/ |
H A D | NavigationRenderer.java | 20 import android.annotation.UiThread; 30 @UiThread
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/ |
H A D | CancellableTask.java | 20 import androidx.annotation.UiThread; 58 @UiThread
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | AppWarnings.java | 19 import android.annotation.UiThread; 225 @UiThread 240 @UiThread 261 @UiThread 282 @UiThread 304 @UiThread
|
/aosp12/packages/apps/Car/Cluster/DirectRenderingCluster/src/android/car/cluster/ |
H A D | ActivityMonitor.java | 19 import android.annotation.UiThread; 117 @UiThread 137 @UiThread
|
/aosp12/frameworks/base/services/autofill/java/com/android/server/autofill/ui/ |
H A D | AutoFillUI.java | 49 import com.android.server.UiThread; 64 private final Handler mHandler = UiThread.getHandler(); 422 @android.annotation.UiThread 430 @android.annotation.UiThread 444 @android.annotation.UiThread 474 @android.annotation.UiThread 481 @android.annotation.UiThread
|
/aosp12/packages/apps/UniversalMediaPlayer/java/com/android/pump/fragment/ |
H A D | HomeFragment.java | 26 import androidx.annotation.UiThread; 31 @UiThread
|