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

  /frameworks/base/core/java/com/android/internal/widget/
ViewInfoStore.java 31 import static com.android.internal.widget.ViewInfoStore.InfoRecord.FLAG_POST;
100 return popFromLayoutStep(vh, FLAG_POST);
114 } else if (flag == FLAG_POST) {
120 if ((record.flags & (FLAG_PRE | FLAG_POST)) == 0) {
191 record.flags |= FLAG_POST;
246 } else if ((record.flags & FLAG_POST) != 0) {
301 static final int FLAG_POST = 1 << 3;
303 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;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ViewInfoStore.java 24 import static android.support.v7.widget.ViewInfoStore.InfoRecord.FLAG_POST;
97 return popFromLayoutStep(vh, FLAG_POST);
111 } else if (flag == FLAG_POST) {
117 if ((record.flags & (FLAG_PRE | FLAG_POST)) == 0) {
188 record.flags |= FLAG_POST;
243 } else if ((record.flags & FLAG_POST) != 0) {
298 static final int FLAG_POST = 1 << 3;
300 static final int FLAG_PRE_AND_POST = FLAG_PRE | FLAG_POST;
301 static final int FLAG_APPEAR_PRE_AND_POST = FLAG_APPEAR | FLAG_PRE | FLAG_POST;
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 

Completed in 45 milliseconds