HomeSort by relevance Sort by last modified time
    Searched defs:FLAG_PRE (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ViewInfoStore.java 34 import static android.support.v7.widget.ViewInfoStore.InfoRecord.FLAG_PRE;
72 record.flags |= FLAG_PRE;
88 return popFromLayoutStep(vh, FLAG_PRE);
111 if (flag == FLAG_PRE) {
119 if ((record.flags & (FLAG_PRE | FLAG_POST)) == 0) {
164 return record != null && (record.flags & FLAG_PRE) != 0;
242 } else if ((record.flags & FLAG_PRE) != 0) {
298 static final int FLAG_PRE = 1 << 2;
302 static final int FLAG_PRE_AND_POST = FLAG_PRE | FLAG_POST;
303 static final int FLAG_APPEAR_PRE_AND_POST = FLAG_APPEAR | FLAG_PRE | FLAG_POST
    [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 118 milliseconds