Searched defs:post (Results 1 – 8 of 8) sorted by relevance
128 RsAnimationEdge post) { in rsi_AnimationCreate()
160 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) { in post() function in android::ALooper
251 void AMessage::post(int64_t delayUs) { in post() function in android::AMessage
261 public final boolean post(Runnable r) in post() method in Handler
1283 public void post() { in post() method in TouchExplorer.ExitGestureDetectionModeDelayed1304 public void post(MotionEvent prototype, int policyFlags) { in post() method in TouchExplorer.PerformLongPressDelayed1407 public void post(MotionEvent prototype, int pointerIdBits, int policyFlags) { in post() method in TouchExplorer.SendHoverDelayed
132 void post(final CharSequence message, final int icon, long duration) { in post() method in KeyguardStatusViewManager.TransientTextManager
109 void OMX::CallbackDispatcher::post(const omx_message &msg) { in post() function in android::OMX::CallbackDispatcher
561 void post(T... data); in post() method