HomeSort by relevance Sort by last modified time
    Searched refs:CANCEL_NEXT_UP_EVENT (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/view/
ViewGroup.java 868 child.mPrivateFlags &= ~CANCEL_NEXT_UP_EVENT;
899 if ((mPrivateFlags & CANCEL_NEXT_UP_EVENT) != 0) {
901 mPrivateFlags &= ~CANCEL_NEXT_UP_EVENT;
911 mPrivateFlags &= ~CANCEL_NEXT_UP_EVENT;
936 if ((target.mPrivateFlags & CANCEL_NEXT_UP_EVENT) != 0) {
938 target.mPrivateFlags &= ~CANCEL_NEXT_UP_EVENT;
    [all...]
View.java     [all...]

Completed in 27 milliseconds