Searched refs:post (Results 1 - 25 of 470) sorted by relevance

1234567891011>>

/frameworks/base/core/tests/coretests/src/android/view/
H A DRunQueue.java27 * Tests views using post*() and getViewTreeObserver() before onAttachedToWindow().
46 view.post(new Runnable() {
57 view.post(runnable);
58 view.post(runnable);
59 view.post(runnable);
60 view.post(runnable);
H A DHandlerActionQueueTest.java31 runQueue.post(runnable1);
32 runQueue.post(runnable1);
33 runQueue.post(runnable2);
/frameworks/ex/camera2/utils/src/com/android/ex/camera2/utils/
H A DCamera2CaptureCallbackForwarder.java43 mHandler.post(new Runnable() {
53 mHandler.post(new Runnable() {
64 mHandler.post(new Runnable() {
73 mHandler.post(new Runnable() {
83 mHandler.post(new Runnable() {
93 mHandler.post(new Runnable() {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderBase.cpp68 msg->post();
78 msg->post();
84 msg->post();
103 (new AMessage(kWhatFlush, this))->post();
109 msg->post();
113 (new AMessage(kWhatShutdown, this))->post();
126 msg->post(10 * 1000ll);
227 notify->post();
H A DHTTPLiveSource.cpp207 msg->post();
245 notify->post();
246 msg->post(delayUs > 0ll ? delayUs : 0ll);
252 notify->post();
261 msg->post(1000000ll);
363 notify->post();
371 notify->post();
379 notify->post();
391 notify->post();
403 notify->post();
[all...]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DAbstractRequireScrollHelper.java47 mNavigationBar.post(new Runnable() {
61 mNavigationBar.post(new Runnable() {
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraExceptionHandler.java83 mHandler.post(new Runnable() {
100 mHandler.post(new Runnable() {
115 mHandler.post(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecentsSystemUser.java82 ForegroundThread.getHandler().post(() -> {
89 ForegroundThread.getHandler().post(() -> {
96 EventBus.getDefault().post(new RecentsDrawnEvent());
101 EventBus.getDefault().post(new DockedTopTaskEvent(dragMode, initialRect));
106 EventBus.getDefault().post(new RecentsActivityStartingEvent());
/frameworks/av/media/libstagefright/wifi-display/source/
H A DMediaPuller.cpp72 msg->post();
76 (new AMessage(kWhatPause, this))->post();
80 (new AMessage(kWhatResume, this))->post();
128 notify->post();
163 notify->post();
189 notify->post();
220 msg->post();
/frameworks/base/core/tests/coretests/src/android/widget/
H A DAutoCompleteTextViewCallbacks.java71 textView.post(new Runnable() {
89 textView.post(new Runnable() {
125 textView.post(new Runnable() {
/frameworks/base/media/java/android/media/
H A DRemoteDisplay.java130 mHandler.post(new Runnable() {
140 mHandler.post(new Runnable() {
150 mHandler.post(new Runnable() {
/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DRemoteSubActivityScreen.java50 mHandler.post(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAutoTileManager.java55 mHandler.post(new Runnable() {
82 mHandler.post(new Runnable() {
105 mHandler.post(new Runnable() {
122 mHandler.post(new Runnable() {
/frameworks/rs/
H A DrsAnimation.cpp50 RsAnimationEdge pre, RsAnimationEdge post)
73 a->mEdgePost = post;
128 RsAnimationEdge post) {
130 Animation *a = nullptr;//Animation::create(rsc, inValues, outValues, valueCount, interp, pre, post);
122 rsi_AnimationCreate(Context *rsc, const float *inValues, const float *outValues, uint32_t valueCount, RsAnimationInterpolation interp, RsAnimationEdge pre, RsAnimationEdge post) argument
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceState.java181 mCurrentHandler.post(new Runnable() {
188 mCurrentHandler.post(new Runnable() {
212 mCurrentHandler.post(new Runnable() {
249 mCurrentHandler.post(new Runnable() {
262 mCurrentHandler.post(new Runnable() {
280 mCurrentHandler.post(new Runnable() {
303 mCurrentHandler.post(new Runnable() {
322 mCurrentHandler.post(new Runnable() {
329 mCurrentHandler.post(new Runnable() {
/frameworks/base/core/java/android/os/
H A DResultReceiver.java57 mHandler.post(new MyRunnable(resultCode, resultData));
84 mHandler.post(new MyRunnable(resultCode, resultData));
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/
H A DRecentsPackageMonitor.java59 EventBus.getDefault().post(new PackagesChangedEvent(this, packageName, eventUserId));
72 EventBus.getDefault().post(new PackagesChangedEvent(this, packageName, eventUserId));
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayAdapter.java78 * Gets a handler that the display adapter may use to post asynchronous messages.
112 mHandler.post(new Runnable() {
124 mHandler.post(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/stackdivider/
H A DDivider.java97 mView.post(new Runnable() {
112 mView.post(new Runnable() {
129 mView.post(new Runnable() {
169 mView.post(() -> {
186 mView.post(() -> mView.notifyDockSideChanged(newDockSide));
/frameworks/base/packages/SystemUI/src/com/android/systemui/settings/
H A DBrightnessController.java104 mBackgroundHandler.post(mUpdateModeRunnable);
105 mBackgroundHandler.post(mUpdateSliderRunnable);
107 mBackgroundHandler.post(mUpdateSliderRunnable);
109 mBackgroundHandler.post(mUpdateSliderRunnable);
111 mBackgroundHandler.post(mUpdateModeRunnable);
112 mBackgroundHandler.post(mUpdateSliderRunnable);
249 mBackgroundHandler.post(mUpdateModeRunnable);
250 mBackgroundHandler.post(mUpdateSliderRunnable);
286 mBackgroundHandler.post(mStartListeningRunnable);
296 mBackgroundHandler.post(mStopListeningRunnabl
[all...]
/frameworks/base/tests/SystemUIDemoModeController/src/com/example/android/demomodecontroller/
H A DDemoModeController.java142 mBackground.post(mUpdateClock);
149 mBackground.post(mUpdateClock);
156 mBackground.post(mUpdateBattery);
163 mBackground.post(mUpdateBattery);
170 mBackground.post(mUpdateMobile);
177 mBackground.post(mUpdateWifi);
184 mBackground.post(mUpdateStatus);
191 mBackground.post(mUpdateNetwork);
198 mBackground.post(mUpdateMobile);
211 mBackground.post(mUpdateBarMod
[all...]
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConnection.java104 * Invoked when the post-dial sequence in the outgoing {@code Connection} has reached a
105 * pause character. This causes the post-dial signals to stop pending user confirmation. An
110 * @param remainingPostDialSequence The post-dial characters that remain to be sent.
115 * Invoked when the post-dial sequence in the outgoing {@code Connection} has processed
973 * Instructs this {@code RemoteConnection} to continue playing a post-dial DTMF string.
975 * A post-dial DTMF string is a string of digits following the first instance of either
991 * @param proceed Whether or not to continue with the post-dial sequence.
1083 record.getHandler().post(new Runnable() {
1104 record.getHandler().post(new Runnable() {
1123 record.getHandler().post(ne
[all...]
H A DRemoteConference.java170 record.getHandler().post(new Runnable() {
195 record.getHandler().post(new Runnable() {
213 record.getHandler().post(new Runnable() {
231 record.getHandler().post(new Runnable() {
248 record.getHandler().post(new Runnable() {
266 record.getHandler().post(new Runnable() {
284 record.getHandler().post(new Runnable() {
302 record.getHandler().post(new Runnable() {
341 record.getHandler().post(new Runnable() {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDejankUtils.java39 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));

Completed in 7936 milliseconds

1234567891011>>