Searched refs:FLAG_RESYNTHESIZED (Results 1 – 2 of 2) sorted by relevance
5791 q.mFlags |= QueuedInputEvent.FLAG_RESYNTHESIZED; in onProcess()5816 if ((q.mFlags & QueuedInputEvent.FLAG_RESYNTHESIZED) == 0) { in onDeliverToNext()7490 public static final int FLAG_RESYNTHESIZED = 1 << 4; field in ViewRootImpl.TrackballAxis.QueuedInputEvent7525 hasPrevious = flagToString("RESYNTHESIZED", FLAG_RESYNTHESIZED, hasPrevious, sb); in toString()
78865 Landroid/view/ViewRootImpl$QueuedInputEvent;->FLAG_RESYNTHESIZED:I