Searched refs:post (Results 176 - 200 of 555) sorted by relevance

1234567891011>>

/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DLocalPlayer.java218 mHandler.post(new Runnable() {
251 mHandler.post(new Runnable() {
266 mHandler.post(new Runnable() {
283 mHandler.post(new Runnable() {
319 mUpdateSurfaceHandler.post(new Runnable() {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp506 notify->post();
541 notify->post();
586 notify->post();
738 reply->post();
772 notify->post();
1148 msg->post();
1242 notify->post();
/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp137 msg->post();
249 notify->post();
279 notify->post();
340 notify->post();
344 (new AMessage(kWhatRead, this))->post();
358 notify->post();
378 notify->post();
H A DMediaCodecSource.cpp216 (new AMessage(kWhatPull, this))->post();
223 msg->post();
288 msg->post(); // if simply paused, keep pulling source
304 mNotify->post();
305 msg->post();
379 msg->post();
1002 timeoutMsg->post(kStopTimeoutUs);
H A DNuCachedSource2.cpp247 (new AMessage(kWhatFetchMore, instance->mReflector))->post();
447 (new AMessage(kWhatFetchMore, mReflector))->post(delayUs);
465 msg->post(50000);
542 msg->post();
/frameworks/base/services/core/java/com/android/server/
H A DBatteryService.java89 * we take care to post all outcalls into the activity manager to a handler.
288 mHandler.post(new Runnable() {
307 mHandler.post(new Runnable() {
463 mHandler.post(new Runnable() {
474 mHandler.post(new Runnable() {
487 mHandler.post(new Runnable() {
499 mHandler.post(new Runnable() {
575 mHandler.post(new Runnable() {
/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java471 mHandler.post(new Runnable() {
555 mHandler.post(new Runnable() {
585 mHandler.post(new Runnable() {
634 mHandler.post(new Runnable() {
715 mHandler.post(() -> {
767 mHandler.post(() ->
783 mHandler.post(() -> {
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java1200 mHeader.post(this);
1231 mHeader.post(this);
1278 mHeader.post(this);
1335 mHeader.post(this);
1427 mHeader.post(this);
1466 mHeader.post(this);
1504 mHeader.post(this);
/frameworks/av/media/libstagefright/foundation/
H A DANetworkSession.cpp212 msg->post();
314 notify->post();
380 notify->post();
411 notify->post();
429 notify->post();
510 notify->post();
681 msg->post();
788 msg->post();
795 msg->post();
H A DALooper.cpp168 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) { function in class:android::ALooper
/frameworks/base/core/java/android/view/
H A DViewDebug.java495 root.post(new Runnable() {
560 public void post(Void... data) {
575 public void post(Void... data) {
600 public void post(Object... data) {
627 void post(T... data); method in interface:ViewDebug.ViewOperation
634 view.post(new Runnable() {
643 operation.post(data);
785 captureView.post(new Runnable() {
848 view.post(new Runnable() {
1148 handler.post(futur
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSuggestionsPopupWindowTest.java75 textView.post(
96 textView.post(() -> textView.onTextContextMenuItem(TextView.ID_REPLACE));
148 textView.post(() -> textView.onTextContextMenuItem(TextView.ID_REPLACE));
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsTransitionHelper.java180 mHandler.post(new Runnable() {
222 mHandler.post(transitionFuture::precacheSpecs);
239 mHandler.post(() -> {
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java118 addTunable((key, newValue) -> mHandler.post(() -> {
138 addTunable((key, newValue) -> mHandler.post(() -> {
160 mHandler.post(() -> {
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp780 notify->post();
790 notify->post();
797 notify->post();
804 notify->post();
/frameworks/av/media/libstagefright/wifi-display/source/
H A DRepeaterSource.cpp176 (new AMessage(kWhatRead, mReflector))->post();
/frameworks/base/core/java/android/hardware/camera2/
H A DCameraManager.java354 // This function call may post onDisconnected and throw CAMERA_DISCONNECTED if
919 handler.post(
927 handler.post(
942 handler.post(
952 handler.post(
/frameworks/base/core/java/android/hardware/location/
H A DContextHubManager.java355 handler.post(new Runnable() {
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java1013 // which is posted to the handler by addView, so we post onDreamingStarted
1016 mHandler.post(new Runnable() {
1107 mHandler.post(new Runnable() {
1117 mHandler.post(new Runnable() {
1127 mHandler.post(new Runnable() {
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityManager.java240 mServicesStateChangeListeners.valueAt(i).post(() -> listener
1007 .post(() -> listener.onAccessibilityStateChanged(isEnabled));
1030 .post(() -> listener.onTouchExplorationStateChanged(isTouchExplorationEnabled));
1053 .post(() -> listener.onHighTextContrastStateChanged(isHighTextContrastEnabled));
/frameworks/base/core/tests/coretests/src/android/view/
H A DVisibilityCallbackTest.java58 mVictim.post(new Runnable() {
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DRequestFocusTest.java79 mHandler.post(new Runnable() { public void run() {
/frameworks/base/graphics/java/android/view/
H A DPixelCopy.java188 listenerThread.post(new Runnable() {
/frameworks/base/libs/hwui/renderthread/
H A DRenderProxy.h65 * tasks post()'d as a result. Therefore any RenderTask that is post()'d must not
153 void post(RenderTask* task);
/frameworks/base/media/java/android/media/projection/
H A DMediaProjection.java204 mHandler.post(new Runnable() {

Completed in 5358 milliseconds

1234567891011>>