Searched refs:handled (Results 51 - 75 of 116) sorted by relevance

12345

/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DForwardingListener.java275 final boolean handled = dst.onForwardedEvent(dstEvent, mActivePointerId);
283 return handled && keepForwarding;
/frameworks/base/core/java/android/view/
H A DViewGroup.java202 // They might not have actually handled the hover event, but we will
208 // It might not have actually handled the hover event.
1981 boolean handled = false;
2045 handled |= dispatchTransformedGenericPointerEvent(
2053 handled |= dispatchTransformedGenericPointerEvent(
2057 handled |= dispatchTransformedGenericPointerEvent(
2061 handled |= dispatchTransformedGenericPointerEvent(event, child);
2064 if (handled) {
2079 handled |= dispatchTransformedGenericPointerEvent(
2103 // Send events to the view group itself if no children have handled i
[all...]
/frameworks/support/emoji/core/src/android/support/text/emoji/
H A DEmojiProcessor.java276 final boolean handled;
279 handled = delete(editable, event, false /*forwardDelete*/);
282 handled = delete(editable, event, true /*forwardDelete*/);
285 handled = false;
289 if (handled) {
/frameworks/base/core/java/android/widget/
H A DListView.java2331 boolean handled = super.dispatchKeyEvent(event);
2332 if (!handled) {
2338 handled = onKeyDown(event.getKeyCode(), event);
2341 return handled;
2368 boolean handled = false;
2372 handled = resurrectSelectionIfNeeded();
2373 if (!handled && event.getRepeatCount() == 0 && getChildCount() > 0) {
2375 handled = true;
2380 if (!handled && action != KeyEvent.ACTION_UP) {
2384 handled
[all...]
H A DGallery.java1207 boolean handled = false;
1210 handled = mOnItemLongClickListener.onItemLongClick(this, mDownTouchView,
1214 if (!handled) {
1218 handled = super.showContextMenuForChild(view, x, y);
1220 handled = super.showContextMenuForChild(this);
1224 if (handled) {
1228 return handled;
1448 * initiate a fling. Each frame of the fling is handled in {@link #run()}.
H A DHorizontalScrollView.java371 * @return Return true if the event was handled, else false.
388 boolean handled = false;
393 handled = arrowScroll(View.FOCUS_LEFT);
395 handled = fullScroll(View.FOCUS_LEFT);
400 handled = arrowScroll(View.FOCUS_RIGHT);
402 handled = fullScroll(View.FOCUS_RIGHT);
411 return handled;
1071 boolean handled = true;
1084 handled = false;
1092 return handled;
[all...]
H A DScrollView.java398 * @return Return true if the event was handled, else false.
416 boolean handled = false;
421 handled = arrowScroll(View.FOCUS_UP);
423 handled = fullScroll(View.FOCUS_UP);
428 handled = arrowScroll(View.FOCUS_DOWN);
430 handled = fullScroll(View.FOCUS_DOWN);
439 return handled;
1086 boolean handled = true;
1099 handled = false;
1107 return handled;
[all...]
H A DCompoundButton.java134 final boolean handled = super.performClick();
135 if (!handled) {
141 return handled;
H A DTabHost.java341 final boolean handled = super.dispatchKeyEvent(event);
346 if (!handled
385 return handled;
H A DAbsListView.java718 * Track the item count from the last time we handled a data change.
1114 boolean handled = false;
1118 handled = true;
1165 handled |= super.performItemClick(view, position, id);
1168 return handled;
3158 boolean handled = false;
3161 handled = performLongPress(child, longPressPosition, longPressId, mX, mY);
3163 handled = performLongPress(child, longPressPosition, longPressId);
3167 if (handled) {
3187 boolean handled
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java148 * the core {@link InputMethod} interface, though this is normally handled by
185 * IMEs, but must be explicitly handled by an IME that is customizing the
1860 * Returns {@link #DISPATCH_HANDLED} if the event was handled.
1861 * Returns {@link #DISPATCH_NOT_HANDLED} if the event was not handled.
1930 final boolean handled;
1937 handled = (result == DISPATCH_HANDLED);
1940 invokeFinishedInputEventCallback(p, handled);
1969 void finishedInputEvent(int seq, boolean handled, boolean timeout) { argument
1989 invokeFinishedInputEventCallback(p, handled);
1993 void invokeFinishedInputEventCallback(PendingEvent p, boolean handled) { argument
2402 onFinishedInputEvent(Object token, boolean handled) argument
2411 onInputEventFinished(int seq, boolean handled) argument
[all...]
/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java514 boolean handled = false;
526 handled = b.onTouchEvent(this, mBehaviorTouchView, ev);
532 handled |= super.onTouchEvent(ev);
542 if (!handled && action == MotionEvent.ACTION_DOWN) {
554 return handled;
1325 final boolean handled;
1331 handled = true;
1335 handled = b.onDependentViewChanged(this, checkChild, child);
1342 checkLp.setChangedAfterNestedScroll(handled);
1708 boolean handled
[all...]
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java553 * @return Return true if the event was handled, else false.
571 boolean handled = false;
576 handled = arrowScroll(View.FOCUS_UP);
578 handled = fullScroll(View.FOCUS_UP);
583 handled = arrowScroll(View.FOCUS_DOWN);
585 handled = fullScroll(View.FOCUS_DOWN);
594 return handled;
1201 boolean handled = true;
1214 handled = false;
1222 return handled;
[all...]
/frameworks/base/media/java/android/media/session/
H A DMediaSessionManager.java56 * Used by IOnMediaKeyListener to indicate that the media key event isn't handled.
62 * Used by IOnMediaKeyListener to indicate that the media key event is handled.
621 boolean handled = mListener.onMediaKey(event);
622 Log.d(TAG, "The media key listener is returned " + handled);
625 handled ? RESULT_MEDIA_KEY_HANDLED : RESULT_MEDIA_KEY_NOT_HANDLED,
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java301 boolean handled = super.performClick();
302 if (!handled) {
305 return showDialog() || handled;
/frameworks/support/core-ui/java/android/support/v4/view/
H A DViewPager.java2073 // Nested view has scrollable area under this point. Let it be handled there.
2745 * @return Return true if the event was handled, else false.
2748 boolean handled = false;
2753 handled = pageLeft();
2755 handled = arrowScroll(FOCUS_LEFT);
2760 handled = pageRight();
2762 handled = arrowScroll(FOCUS_RIGHT);
2767 handled = arrowScroll(FOCUS_FORWARD);
2769 handled = arrowScroll(FOCUS_BACKWARD);
2774 return handled;
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskPositioner.java142 boolean handled = false;
149 handled = true;
226 handled = true;
230 finishInputEvent(event, handled);
404 // have been handled.
/frameworks/base/native/android/
H A Dinput.cpp304 void AInputQueue_finishEvent(AInputQueue* queue, AInputEvent* event, int handled) { argument
307 iq->finishEvent(e, handled != 0);
/frameworks/native/services/inputflinger/
H A DInputDispatcher.h119 /* This flag indicates that a hover event happened outside of a window which handled
608 bool handled; member in struct:android::InputDispatcher::CommandEntry
886 void resetPendingAppSwitchLocked(bool handled);
1077 uint32_t seq, bool handled);
1112 nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled);
1127 DispatchEntry* dispatchEntry, KeyEntry* keyEntry, bool handled);
1129 DispatchEntry* dispatchEntry, MotionEntry* motionEntry, bool handled);
H A DInputDispatcher.cpp572 void InputDispatcher::resetPendingAppSwitchLocked(bool handled) { argument
576 if (handled) {
2081 const sp<Connection>& connection, uint32_t seq, bool handled) {
2083 ALOGD("channel '%s' ~ finishDispatchCycle - seq=%u, handled=%s",
2084 connection->getInputChannelName(), seq, toString(handled));
2095 onDispatchCycleFinishedLocked(currentTime, connection, seq, handled);
2164 bool handled; local
2165 status = connection->inputPublisher.receiveFinishedSignal(&seq, &handled);
2169 d->finishDispatchCycleLocked(currentTime, connection, seq, handled);
3443 nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled) {
2080 finishDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled) argument
3442 onDispatchCycleFinishedLocked( nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled) argument
3563 bool handled = commandEntry->handled; local
3610 afterKeyEventLockedInterruptible(const sp<Connection>& connection, DispatchEntry* dispatchEntry, KeyEntry* keyEntry, bool handled) argument
3782 afterMotionEventLockedInterruptible(const sp<Connection>& connection, DispatchEntry* dispatchEntry, MotionEntry* motionEntry, bool handled) argument
[all...]
/frameworks/opt/photoviewer/src/com/android/ex/photo/views/
H A DPhotoView.java244 boolean handled = false;
255 handled = scale(e);
270 return handled;
274 boolean handled = false;
314 handled = true;
319 return handled;
/frameworks/av/media/libstagefright/
H A DACodec.cpp265 // Handles an OMX message. Returns true iff message was handled.
268 // Handles a list of messages. Returns true iff messages were handled.
5411 ALOGE("Message 0x%x was not handled", msg->what());
6269 bool handled = false; local
6276 handled = true;
6283 handled = true;
6299 handled = true;
6306 handled = true;
6313 handled = true;
6321 return handled;
6498 bool handled = false; local
7039 bool handled = false; local
7745 bool handled = false; local
7875 bool handled = false; local
7992 bool handled = false; local
8059 bool handled = false; local
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java1861 // Nested view has scrollable area under this point. Let it be handled there.
2439 * @return Return true if the event was handled, else false.
2442 boolean handled = false;
2446 handled = arrowScroll(FOCUS_LEFT);
2449 handled = arrowScroll(FOCUS_RIGHT);
2453 handled = arrowScroll(FOCUS_FORWARD);
2455 handled = arrowScroll(FOCUS_BACKWARD);
2460 return handled;
2490 boolean handled = false;
2501 handled
[all...]
H A DResolverDrawerLayout.java300 boolean handled = false;
309 handled = isDismissable() || mCollapsibleHeight > 0;
310 mIsDragging = hitView && handled;
329 handled = mIsDragging = true;
400 return handled;
/frameworks/base/services/net/java/android/net/ip/
H A DIpManager.java1156 mMsgStateLogger.handled(this, getCurrentState());
1189 mMsgStateLogger.handled(this, getCurrentState());
1243 // is EVENT_NETLINK_LINKPROPERTIES_CHANGED (handled above).
1247 mMsgStateLogger.handled(this, getCurrentState());
1468 mMsgStateLogger.handled(this, getCurrentState());
1482 public void handled(State processedIn, IState receivedIn) { method in class:IpManager.MessageHandlingLogger

Completed in 881 milliseconds

12345