Searched refs:FLAG_PRE_AND_POST (Results 1 – 1 of 1) sorted by relevance
31 import static android.support.v7.widget.ViewInfoStore.InfoRecord.FLAG_PRE_AND_POST;241 } else if ((record.flags & FLAG_PRE_AND_POST) == FLAG_PRE_AND_POST) { in process()304 static final int FLAG_PRE_AND_POST = FLAG_PRE | FLAG_POST; field in ViewInfoStore.InfoRecord