Searched refs:FLAG_PRE_AND_POST (Results 1 – 1 of 1) sorted by relevance
33 import static com.android.internal.widget.ViewInfoStore.InfoRecord.FLAG_PRE_AND_POST;240 } else if ((record.flags & FLAG_PRE_AND_POST) == FLAG_PRE_AND_POST) { in process()303 static final int FLAG_PRE_AND_POST = FLAG_PRE | FLAG_POST; field in ViewInfoStore.InfoRecord