Searched refs:FLAG_FINISHED (Results 1 – 2 of 2) sorted by relevance
4953 if ((q.mFlags & QueuedInputEvent.FLAG_FINISHED) != 0) { in deliver()4966 q.mFlags |= QueuedInputEvent.FLAG_FINISHED; in finish()7488 public static final int FLAG_FINISHED = 1 << 2; field in ViewRootImpl.TrackballAxis.QueuedInputEvent7523 hasPrevious = flagToString("FINISHED", FLAG_FINISHED, hasPrevious, sb); in toString()
78863 Landroid/view/ViewRootImpl$QueuedInputEvent;->FLAG_FINISHED:I