Searched refs:post (Results 26 - 50 of 555) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDejankUtils.java40 sHandler.post(sPendingRunnables.get(i));
/frameworks/base/services/core/java/com/android/server/location/
H A DRemoteListenerHelper.java98 post(listener, getHandlerOperation(result));
173 post(linkedListener.getUnderlyingListener(), operation);
177 private void post(TListener listener, ListenerOperation<TListener> operation) { method in class:RemoteListenerHelper
179 mHandler.post(new HandlerRunnable(listener, operation));
/frameworks/base/services/core/java/com/android/server/policy/
H A DStatusBarController.java47 mHandler.post(new Runnable() {
61 mHandler.post(new Runnable() {
79 mHandler.post(new Runnable() {
92 mHandler.post(new Runnable() {
/frameworks/rs/
H A DrsAnimation.h35 RsAnimationEdge pre, RsAnimationEdge post);
/frameworks/support/compat/java/android/support/v4/provider/
H A DSelfDestructiveThread.java105 private void post(Runnable runnable) { method in class:SelfDestructiveThread
136 post(new Runnable() {
146 callingHandler.post(new Runnable() {
170 post(new Runnable() {
224 // This happens if post() is called after onDestruction and before synchronization
/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.cpp140 msg->post();
148 msg->post();
155 msg->post();
161 (new AMessage(kWhatPause, this))->post();
176 msg->post();
184 msg->post();
192 msg->post();
211 (new AMessage(kWhatVolumeUpdate, this))->post();
221 msg->post();
231 msg->post();
[all...]
/frameworks/av/media/libstagefright/rtsp/
H A DAMPEG2TSAssembler.cpp100 msg->post();
116 msg->post();
H A DARTSPConnection.cpp74 msg->post();
80 msg->post();
88 msg->post();
94 msg->post();
245 reply->post();
260 reply->post();
292 msg->post();
313 reply->post();
344 reply->post();
358 reply->post();
[all...]
H A DARawAudioAssembler.cpp100 msg->post();
116 msg->post();
H A DSDPLoader.cpp63 msg->post();
143 notify->post();
/frameworks/base/core/java/android/accessibilityservice/
H A DFingerprintGestureController.java138 handler.post(() -> callback.onGestureDetectionAvailabilityChanged(active));
159 handler.post(() -> callback.onGestureDetected(gesture));
H A DAccessibilityButtonController.java162 handler.post(() -> callback.onClicked(this));
187 handler.post(() -> callback.onAvailabilityChanged(this, available));
/frameworks/base/services/autofill/java/com/android/server/autofill/ui/
H A DAutoFillUI.java84 mHandler.post(() -> {
96 mHandler.post(() -> {
117 mHandler.post(() -> {
132 mHandler.post(() -> hideFillUiUiThread(callback));
141 mHandler.post(() -> {
174 mHandler.post(() -> {
255 mHandler.post(() -> {
307 mHandler.post(() -> hideAllUiThread(callback));
/frameworks/support/compat/java/android/support/v4/os/
H A DResultReceiver.java68 mHandler.post(new MyRunnable(resultCode, resultData));
95 mHandler.post(new MyRunnable(resultCode, resultData));
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp250 msg->post();
292 notify->post();
293 msg->post(delayUs > 0ll ? delayUs : 0ll);
299 notify->post();
308 msg->post(1000000ll);
411 notify->post();
419 notify->post();
427 notify->post();
439 notify->post();
451 notify->post();
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java105 * Invoked when the post-dial sequence in the outgoing {@code Connection} has reached a
106 * pause character. This causes the post-dial signals to stop pending user confirmation. An
111 * @param remainingPostDialSequence The post-dial characters that remain to be sent.
116 * Invoked when the post-dial sequence in the outgoing {@code Connection} has processed
1018 * Instructs this {@code RemoteConnection} to continue playing a post-dial DTMF string.
1020 * A post-dial DTMF string is a string of digits following the first instance of either
1036 * @param proceed Whether or not to continue with the post-dial sequence.
1185 record.getHandler().post(new Runnable() {
1206 record.getHandler().post(new Runnable() {
1225 record.getHandler().post(ne
[all...]
/frameworks/base/core/java/android/provider/
H A DFontsContract.java312 // We use a background thread to post the content resolving work for all requests on. This
351 sHandler.post(() -> {
496 callerThreadHandler.post(() -> callback.onTypefaceRetrieved(cachedTypeface));
500 handler.post(() -> {
505 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
513 callerThreadHandler.post(() -> callback.onTypefaceRetrieved(anotherCachedTypeface));
520 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
524 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
529 callerThreadHandler.post(() -> callback.onTypefaceRequestFailed(
537 callerThreadHandler.post(()
[all...]
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java71 mHandler.post(new Runnable() {
113 mHandler.post(new Runnable() {
122 mHandler.post(new Runnable() {
131 mHandler.post(new Runnable() {
140 mHandler.post(new Runnable() {
149 mHandler.post(new Runnable() {
320 getCameraHandler().post(bundle.mUnlockRunnable);
373 * An interface that takes camera operation requests and post messages to the
449 getCameraHandler().post(bundle.mUnlockRunnable);
535 getCameraHandler().post(bundl
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipManager.java133 mHandler.post(() -> {
140 mHandler.post(() -> {
147 mHandler.post(() -> {
155 mHandler.post(() -> {
163 mHandler.post(() -> {
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileQueryHelper.java72 qsHandler.post(mCompletion);
91 bgHandler.post(new Runnable() {
98 mainHandler.post(new Runnable() {
111 bgHandler.post(() -> {
149 mainHandler.post(() -> mListener.onTilesChanged(mTiles));
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDivider.java113 mView.post(new Runnable() {
129 mView.post(new Runnable() {
147 mView.post(new Runnable() {
200 mView.post(() -> {
217 mView.post(() -> mView.notifyDockSideChanged(newDockSide));
/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingManager.java201 handler.post(new Runnable() {
217 handler.post(new Runnable() {
226 handler.post(new Runnable() {
/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java173 BackgroundThread.getHandler().post(this);
180 mHandler.post(new Runnable() {
196 mHandler.post(new Runnable() {
/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java68 void post() { method in class:AlertWindowNotification
69 // We can't create/post the notification while the window manager lock is held since it will
70 // end up calling into activity manager. So, we post a message to do it later.
71 mService.mH.post(this::onPostNotification);
77 // So, we post a message to do it later.
78 mService.mH.post(this::onCancelNotification);
/frameworks/base/core/java/android/os/
H A DUpdateEngine.java114 handler.post(new Runnable() {
128 handler.post(new Runnable() {

Completed in 7712 milliseconds

1234567891011>>