Searched defs:post (Results 1 - 12 of 12) sorted by relevance

/frameworks/rs/
H A DrsAnimation.cpp50 RsAnimationEdge pre, RsAnimationEdge post)
73 a->mEdgePost = post;
128 RsAnimationEdge post) {
130 Animation *a = NULL;//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/av/media/libstagefright/foundation/
H A DALooper.cpp161 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) { function in class:android::ALooper
/frameworks/base/core/java/android/os/
H A DHandler.java38 * {@link #post}, {@link #postAtTime(Runnable, long)},
41 * {@link #sendMessageDelayed} methods. The <em>post</em> versions allow
60 * the same <em>post</em> or <em>sendMessage</em> methods as before, but from
324 public final boolean post(Runnable r) method in class:Handler
763 if (!handler.post(this)) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DSelectPrinterFragment.java360 mAnnounceFilterResult.post();
616 public void post() { method in class:SelectPrinterFragment.AnnounceFilterResult
H A DPrintJobConfigActivity.java940 mCapabilitiesTimeout.post();
947 mCapabilitiesTimeout.post();
1317 mCapabilitiesTimeout.post();
1332 mCapabilitiesTimeout.post();
2368 public void post() { method in class:PrintJobConfigActivity.Editor.WaitForPrinterCapabilitiesTimeout
2931 activity.mController.mHandler.post(new Runnable() {
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp61 void post(const omx_message &msg);
109 void OMX::CallbackDispatcher::post(const omx_message &msg) { function in class:android::OMX::CallbackDispatcher
440 findDispatcher(node)->post(msg);
454 findDispatcher(node)->post(msg);
474 findDispatcher(node)->post(msg);
/frameworks/base/services/java/com/android/server/
H A DTwilightService.java111 * @param handler The handler on which to post calls into the listener.
133 mListeners.get(i).post();
273 public void post() { method in class:TwilightService.TwilightListenerRecord
274 mHandler.post(this);
/frameworks/base/core/java/android/view/
H A DViewDebug.java466 root.post(new Runnable() {
531 public void post(Void... data) {
546 public void post(Void... data) {
571 public void post(Object... data) {
598 void post(T... data); method in interface:ViewDebug.ViewOperation
605 view.post(new Runnable() {
614 operation.post(data);
756 captureView.post(new Runnable() {
1023 handler.post(future);
1469 view.post(ne
[all...]
H A DViewRootImpl.java602 "aq:native-post-ime:" + counterSuffix);
1943 * more requestLayout() calls are received during that second layout pass, we post those
1968 // It will post to the next frame instead.
2025 getRunQueue().post(new Runnable() {
2299 mHandler.post(sFirstDrawHandlers.get(i));
3723 * Performs early processing of post-ime input events.
3787 * Delivers post-ime input events to a native activity.
3816 * Delivers post-ime input events to the view hierarchy.
5379 mHandler.post(new Runnable() {
6419 void post(Runnabl method in class:ViewRootImpl.RunQueue
[all...]
H A DView.java2879 * The amount of translation of the object away from its left property (post-layout).
2885 * The amount of translation of the object away from its top property (post-layout).
8670 // Use a Runnable and post this rather than calling
8676 if (!post(mPerformClick)) {
8689 } else if (!post(mUnsetPressedState)) {
8690 // If the post failed, unpress right now
8814 * construct, but the tap callback will post a long press callback
10266 * This position is post-layout, in addition to wherever the object's
10278 * This effectively positions the object post-layout, in addition to wherever the object's
10307 * This position is post
11111 public boolean post(Runnable action) { method in class:View
[all...]
/frameworks/base/services/java/com/android/server/accessibility/
H A DTouchExplorer.java427 // We got a tap now post a long press action.
428 mPerformLongPressDelayed.post(event, policyFlags);
437 mSendHoverEnterAndMoveDelayed.post(event, true, pointerIdBits,
495 mExitGestureDetectionModeDelayed.post();
621 mSendHoverExitDelayed.post(event, pointerIdBits, policyFlags);
628 mSendTouchInteractionEndDelayed.post();
892 mSendTouchExplorationEndDelayed.post();
1273 public void post() { method in class:TouchExplorer.ExitGestureDetectionModeDelayed
1299 public void post(MotionEvent prototype, int policyFlags) { method in class:TouchExplorer.PerformLongPressDelayed
1392 public void post(MotionEven method in class:TouchExplorer.SendHoverEnterAndMoveDelayed
1470 public void post(MotionEvent prototype, int pointerIdBits, int policyFlags) { method in class:TouchExplorer.SendHoverExitDelayed
1535 public void post() { method in class:TouchExplorer.SendAccessibilityEventDelayed
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java1605 mCallbackHandler.post(CallbackHandler.MSG_PROVIDER_ADDED, provider);
1630 mCallbackHandler.post(CallbackHandler.MSG_PROVIDER_REMOVED, provider);
1683 mCallbackHandler.post(CallbackHandler.MSG_ROUTE_ADDED, route);
1700 mCallbackHandler.post(
1707 mCallbackHandler.post(
1715 mCallbackHandler.post(CallbackHandler.
1751 mCallbackHandler.post(CallbackHandler.MSG_ROUTE_REMOVED, route);
1758 mCallbackHandler.post(CallbackHandler.MSG_PROVIDER_CHANGED, provider);
1862 mCallbackHandler.post(CallbackHandler.MSG_ROUTE_UNSELECTED, mSelectedRoute);
1881 mCallbackHandler.post(CallbackHandle
2011 public void post(int msg, Object obj) { method in class:MediaRouter.GlobalMediaRouter.CallbackHandler
[all...]

Completed in 3645 milliseconds