Searched defs:post (Results 1 - 11 of 11) sorted by last modified time

/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/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DKeyguardStatusViewManager.java131 void post(final CharSequence message, final int icon, long duration) { method in class:KeyguardStatusViewManager.TransientTextManager
274 mTransientTextManager.post(string, 0, INSTRUCTION_RESET_DELAY);
/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/services/java/com/android/server/accessibility/
H A DTouchExplorer.java448 // We got a tap now post a long press action.
449 mPerformLongPressDelayed.post(event, policyFlags);
457 mSendHoverEnterDelayed.post(event, true, pointerIdBits, policyFlags);
506 mExitGestureDetectionModeDelayed.post();
640 mSendHoverExitDelayed.post(event, false, pointerIdBits, policyFlags);
647 mSendTouchInteractionEndDelayed.post();
940 mSendTouchExplorationEndDelayed.post();
1367 public void post() { method in class:TouchExplorer.ExitGestureDetectionModeDelayed
1393 public void post(MotionEvent prototype, int policyFlags) { method in class:TouchExplorer.PerformLongPressDelayed
1496 public void post(MotionEven method in class:TouchExplorer.SendHoverDelayed
1581 public void post() { method in class:TouchExplorer.SendAccessibilityEventDelayed
[all...]
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp157 void ALooper::post(const sp<AMessage> &msg, int64_t delayUs) { function in class:android::ALooper
/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
403 findDispatcher(node)->post(msg);
417 findDispatcher(node)->post(msg);
437 findDispatcher(node)->post(msg);
/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
321 public final boolean post(Runnable r) method in class:Handler
755 if (!handler.post(this)) {
/frameworks/base/core/java/android/view/
H A DView.java2695 * The amount of translation of the object away from its left property (post-layout).
2701 * The amount of translation of the object away from its top property (post-layout).
8201 // Use a Runnable and post this rather than calling
8207 if (!post(mPerformClick)) {
8220 } else if (!post(mUnsetPressedState)) {
8221 // If the post failed, unpress right now
8345 * construct, but the tap callback will post a long press callback
9711 * This position is post-layout, in addition to wherever the object's
9723 * This effectively positions the object post-layout, in addition to wherever the object's
9752 * This position is post
10553 public boolean post(Runnable action) { method in class:View
[all...]
H A DViewDebug.java458 root.post(new Runnable() {
522 public void post(Void... data) {
537 public void post(Void... data) {
562 public void post(Object... data) {
589 void post(T... data); method in interface:ViewDebug.ViewOperation
596 view.post(new Runnable() {
605 operation.post(data);
730 captureView.post(new Runnable() {
H A DViewRootImpl.java1984 mAttachInfo.mHandler.post(new Runnable() {
2091 mHandler.post(sFirstDrawHandlers.get(i));
3259 // Not dispatching to IME, continue with post IME actions.
3419 // Not dispatching to IME, continue with post IME actions.
3625 // Not dispatching to IME, continue with post IME actions.
5220 void post(Runnable action) { method in class:ViewRootImpl.RunQueue
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2159 mPrivateHandler.post(new DestroyNativeRunnable(nptr));
2369 mPrivateHandler.post(new Runnable() {
8390 mPrivateHandler.post(
8404 mPrivateHandler.post(
8683 public boolean post(Runnable action) { method in class:WebViewClassic.PictureWrapperView
8684 return mWebView.post(action);

Completed in 263 milliseconds