HomeSort by relevance Sort by last modified time
    Searched refs:LooperExecutor (Results 1 - 15 of 15) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
MainThreadExecutor.java 21 import com.android.launcher3.util.LooperExecutor;
28 public class MainThreadExecutor extends LooperExecutor {
  /packages/apps/Launcher3/src/com/android/launcher3/util/
LooperExecutor.java 28 public class LooperExecutor extends AbstractExecutorService {
32 public LooperExecutor(Looper looper) {
LooperIdleLock.java 41 new LooperExecutor(looper).execute(this);
  /external/webrtc/webrtc/examples/androidtests/src/org/appspot/apprtc/test/
LooperExecutorTest.java 16 import org.appspot.apprtc.util.LooperExecutor;
38 LooperExecutor executor = new LooperExecutor();
PeerConnectionClientTest.java 22 import org.appspot.apprtc.util.LooperExecutor;
61 private LooperExecutor signalingExecutor;
270 signalingExecutor = new LooperExecutor();
  /packages/apps/Launcher3/quickstep/src/com/android/quickstep/
RecentsAnimationWrapper.java 18 import com.android.launcher3.util.LooperExecutor;
44 new LooperExecutor(UiThreadHelper.getBackgroundLooper());
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/
LooperExecutor.java 22 public class LooperExecutor extends Thread implements Executor {
23 private static final String TAG = "LooperExecutor";
  /packages/apps/Launcher3/src/com/android/launcher3/compat/
LauncherAppsCompatVO.java 39 import com.android.launcher3.util.LooperExecutor;
122 new LooperExecutor(LauncherModel.getWorkerLooper()).execute(new Runnable() {
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
WebSocketChannelClient.java 15 import org.appspot.apprtc.util.LooperExecutor;
42 private final LooperExecutor executor;
73 public WebSocketChannelClient(LooperExecutor executor, WebSocketChannelEvents events) {
WebSocketRTCClient.java 18 import org.appspot.apprtc.util.LooperExecutor;
50 private final LooperExecutor executor;
59 public WebSocketRTCClient(SignalingEvents events, LooperExecutor executor) {
CallActivity.java 16 import org.appspot.apprtc.util.LooperExecutor;
240 appRtcClient = new WebSocketRTCClient(this, new LooperExecutor());
PeerConnectionClient.java 19 import org.appspot.apprtc.util.LooperExecutor;
92 private final LooperExecutor executor;
215 executor = new LooperExecutor();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconShapeOverride.java 41 import com.android.launcher3.util.LooperExecutor;
168 new LooperExecutor(LauncherModel.getWorkerLooper()).execute(
  /packages/apps/Launcher3/src/com/android/launcher3/model/
ModelWriter.java 41 import com.android.launcher3.util.LooperExecutor;
68 mWorkerExecutor = new LooperExecutor(LauncherModel.getWorkerLooper());
  /packages/apps/Launcher3/tests/src/com/android/launcher3/ui/widget/
BindWidgetTest.java 44 import com.android.launcher3.util.LooperExecutor;
369 new LooperExecutor(LauncherModel.getWorkerLooper())

Completed in 201 milliseconds