Searched refs:setAsynchronous (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/core/java/android/view/
H A DChoreographer.java320 msg.setAsynchronous(true);
475 msg.setAsynchronous(true);
485 msg.setAsynchronous(true);
728 msg.setAsynchronous(true);
H A DViewRootImpl.java4154 msg.setAsynchronous(true);
4281 msg.setAsynchronous(true);
4520 msg.setAsynchronous(true);
4526 msg.setAsynchronous(true);
/frameworks/base/services/java/com/android/server/power/
H A DNotifier.java309 msg.setAsynchronous(true);
323 msg.setAsynchronous(true);
H A DDisplayPowerController.java515 msg.setAsynchronous(true);
858 msg.setAsynchronous(true);
H A DPowerManagerService.java1314 msg.setAsynchronous(true);
1447 msg.setAsynchronous(true);
1838 msg.setAsynchronous(true);
/frameworks/base/core/java/android/os/
H A DMessage.java372 * @see #setAsynchronous(boolean)
397 public void setAsynchronous(boolean async) { method in class:Message
H A DHandler.java159 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for
180 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for
219 * @param async If true, the handler calls {@link Message#setAsynchronous(boolean)} for
616 msg.setAsynchronous(true);
/frameworks/base/core/java/android/hardware/
H A DSystemSensorManager.java243 msg.setAsynchronous(true);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java1681 msg.setAsynchronous(true);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3584 msg.setAsynchronous(true);
3691 msg.setAsynchronous(true);

Completed in 4870 milliseconds