Searched refs:FLAG_POST (Results 1 – 1 of 1) sorted by relevance
31 import static com.android.internal.widget.ViewInfoStore.InfoRecord.FLAG_POST;100 return popFromLayoutStep(vh, FLAG_POST); in popFromPostLayout()114 } else if (flag == FLAG_POST) { in popFromLayoutStep()120 if ((record.flags & (FLAG_PRE | FLAG_POST)) == 0) { in popFromLayoutStep()191 record.flags |= FLAG_POST; in addToPostLayout()246 } else if ((record.flags & FLAG_POST) != 0) { in process()301 static final int FLAG_POST = 1 << 3; field in ViewInfoStore.InfoRecord303 static final int FLAG_PRE_AND_POST = FLAG_PRE | FLAG_POST;304 static final int FLAG_APPEAR_PRE_AND_POST = FLAG_APPEAR | FLAG_PRE | FLAG_POST;