Searched refs:handled (Results 26 - 50 of 73) sorted by relevance

123

/frameworks/base/core/java/android/view/
H A DViewGroup.java182 // They might not have actually handled the hover event, but we will
188 // It might not have actually handled the hover event.
1173 final boolean handled = notifyChildOfDrag(children[i]);
1174 if (handled) {
1203 // We consider drag-ended to have been handled if one of our children
1474 boolean handled = false;
1535 handled |= dispatchTransformedGenericPointerEvent(
1543 handled |= dispatchTransformedGenericPointerEvent(
1547 handled |= dispatchTransformedGenericPointerEvent(
1551 handled |
[all...]
/frameworks/av/media/libstagefright/
H A DACodec.cpp2918 ALOGE("Message 0x%x was not handled", msg->what());
3529 bool handled = false; local
3536 handled = true;
3543 handled = true;
3558 handled = true;
3568 handled = true;
3576 return handled;
3739 bool handled = false; local
3745 handled = true;
3752 handled
4139 bool handled = false; local
4369 bool handled = false; local
4469 bool handled = false; local
4573 bool handled = false; local
4635 bool handled = false; local
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DWaveView.java496 boolean handled = false;
502 handled = true;
507 handled = true;
521 handled = true;
526 handled = true;
530 return handled ? true : super.onTouchEvent(event);
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java186 boolean handled = super.performClick();
187 if (!handled) {
190 return showDialogInternal() || handled;
/frameworks/base/core/java/android/inputmethodservice/
H A DIInputMethodSessionWrapper.java225 public void finishedEvent(int seq, boolean handled) { argument
230 finishInputEvent(event, handled);
/frameworks/native/libs/input/
H A DInputTransport.cpp363 *outHandled = msg.body.finished.handled;
800 status_t InputConsumer::sendFinishedSignal(uint32_t seq, bool handled) { argument
802 ALOGD("channel '%s' consumer ~ sendFinishedSignal: seq=%u, handled=%s",
803 mChannel->getName().string(), seq, handled ? "true" : "false");
827 status = sendUnchainedFinishedSignal(chainSeqs[chainIndex], handled);
842 return sendUnchainedFinishedSignal(seq, handled);
845 status_t InputConsumer::sendUnchainedFinishedSignal(uint32_t seq, bool handled) { argument
849 msg.body.finished.handled = handled;
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodManager.java137 * the core {@link InputMethod} interface, though this is normally handled by
174 * IMEs, but must be explicitly handled by an IME that is customizing the
1594 * Returns {@link #DISPATCH_HANDLED} if the event was handled.
1595 * Returns {@link #DISPATCH_NOT_HANDLED} if the event was not handled.
1636 final boolean handled;
1643 handled = (result == DISPATCH_HANDLED);
1646 invokeFinishedInputEventCallback(p, handled);
1675 void finishedInputEvent(int seq, boolean handled, boolean timeout) { argument
1695 invokeFinishedInputEventCallback(p, handled);
1699 void invokeFinishedInputEventCallback(PendingEvent p, boolean handled) { argument
1977 onFinishedInputEvent(Object token, boolean handled) argument
1986 onInputEventFinished(int seq, boolean handled) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DAbsListView.java678 * Track the item count from the last time we handled a data change.
1062 boolean handled = false;
1066 handled = true;
1113 handled |= super.performItemClick(view, position, id);
1116 return handled;
2926 boolean handled = false;
2928 handled = performLongPress(child, longPressPosition, longPressId);
2930 if (handled) {
2949 boolean handled = false;
2951 handled
[all...]
H A DHorizontalScrollView.java346 * @return Return true if the event was handled, else false.
363 boolean handled = false;
368 handled = arrowScroll(View.FOCUS_LEFT);
370 handled = fullScroll(View.FOCUS_LEFT);
375 handled = arrowScroll(View.FOCUS_RIGHT);
377 handled = fullScroll(View.FOCUS_RIGHT);
386 return handled;
1025 boolean handled = true;
1038 handled = false;
1046 return handled;
[all...]
H A DScrollView.java367 * @return Return true if the event was handled, else false.
385 boolean handled = false;
390 handled = arrowScroll(View.FOCUS_UP);
392 handled = fullScroll(View.FOCUS_UP);
397 handled = arrowScroll(View.FOCUS_DOWN);
399 handled = fullScroll(View.FOCUS_DOWN);
408 return handled;
1010 boolean handled = true;
1023 handled = false;
1031 return handled;
[all...]
H A DGallery.java1175 boolean handled = false;
1178 handled = mOnItemLongClickListener.onItemLongClick(this, mDownTouchView,
1182 if (!handled) {
1184 handled = super.showContextMenuForChild(this);
1187 if (handled) {
1191 return handled;
1417 * initiate a fling. Each frame of the fling is handled in {@link #run()}.
H A DAdapterViewAnimator.java617 boolean handled = false;
660 handled = true;
675 return handled;
H A DAutoCompleteTextView.java716 boolean handled = super.onKeyDown(keyCode, event);
719 if (handled && isPopupShowing()) {
723 return handled;
H A DTabHost.java324 final boolean handled = super.dispatchKeyEvent(event);
329 if (!handled
368 return handled;
/frameworks/base/services/java/com/android/server/
H A DNsdService.java405 boolean handled = true;
411 handled = false;
412 return handled;
425 handled = false;
426 return handled;
531 handled = false;
534 return handled;
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteButton.java281 boolean handled = super.performClick();
282 if (!handled) {
285 return showDialog() || handled;
/frameworks/base/services/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java666 boolean handled = notifyGestureLocked(gestureId, false);
667 if (!handled) {
668 handled = notifyGestureLocked(gestureId, true);
670 return handled;
677 boolean handled = notifyKeyEventLocked(localClone, policyFlags, false);
678 if (!handled) {
679 handled = notifyKeyEventLocked(localClone, policyFlags, true);
681 return handled;
865 // Key events are handled only by services that declared
1856 public void setOnKeyEventResult(boolean handled, in argument
2579 setOnKeyEventResult(boolean handled, int sequence) argument
2669 boolean handled; field in class:AccessibilityManagerService.PendingEvent
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DSpinnerICS.java437 boolean handled = super.performClick();
439 if (!handled) {
440 handled = true;
447 return 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/base/services/input/
H A DInputDispatcher.h119 /* This flag indicates that a hover event happened outside of a window which handled
603 bool handled; member in struct:android::InputDispatcher::CommandEntry
872 void resetPendingAppSwitchLocked(bool handled);
1046 uint32_t seq, bool handled);
1080 nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled);
1095 DispatchEntry* dispatchEntry, KeyEntry* keyEntry, bool handled);
1097 DispatchEntry* dispatchEntry, MotionEntry* motionEntry, bool handled);
H A DInputDispatcher.cpp568 void InputDispatcher::resetPendingAppSwitchLocked(bool handled) { argument
572 if (handled) {
2045 const sp<Connection>& connection, uint32_t seq, bool handled) {
2047 ALOGD("channel '%s' ~ finishDispatchCycle - seq=%u, handled=%s",
2048 connection->getInputChannelName(), seq, toString(handled));
2059 onDispatchCycleFinishedLocked(currentTime, connection, seq, handled);
2128 bool handled; local
2129 status = connection->inputPublisher.receiveFinishedSignal(&seq, &handled);
2133 d->finishDispatchCycleLocked(currentTime, connection, seq, handled);
3360 nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled) {
2044 finishDispatchCycleLocked(nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled) argument
3359 onDispatchCycleFinishedLocked( nsecs_t currentTime, const sp<Connection>& connection, uint32_t seq, bool handled) argument
3480 bool handled = commandEntry->handled; local
3527 afterKeyEventLockedInterruptible(const sp<Connection>& connection, DispatchEntry* dispatchEntry, KeyEntry* keyEntry, bool handled) argument
3699 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.java233 boolean handled = false;
244 handled = scale(e);
259 return handled;
263 boolean handled = false;
274 handled = true;
279 return handled;
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1843 // Nested view has scrollable area under this point. Let it be handled there.
2485 * @return Return true if the event was handled, else false.
2488 boolean handled = false;
2492 handled = arrowScroll(FOCUS_LEFT);
2495 handled = arrowScroll(FOCUS_RIGHT);
2502 handled = arrowScroll(FOCUS_FORWARD);
2504 handled = arrowScroll(FOCUS_BACKWARD);
2510 return handled;
2540 boolean handled = false;
2551 handled
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DSlidingChallengeLayout.java713 boolean handled = false;
724 // We set handled to captured even if dispatch is returning false here so that
726 handled = mEdgeCaptured |= mWidgetsView.dispatchTouchEvent(ev);
729 if (!handled && !mEdgeCaptured) {
730 handled = super.dispatchTouchEvent(ev);
737 return handled;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp1087 bool handled = false; local
1099 handled = true;
1103 if (!handled) {
1116 bool handled = false; local
1126 handled = true;
1131 if (!handled) {
1132 ALOGV("PID 0x%04x not handled.", PID);

Completed in 1580 milliseconds

123