OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
74
record.flags |=
FLAG_PRE
;
90
return popFromLayoutStep(vh,
FLAG_PRE
);
113
if (flag ==
FLAG_PRE
) {
121
if ((record.flags & (
FLAG_PRE
| FLAG_POST)) == 0) {
166
return record != null && (record.flags &
FLAG_PRE
) != 0;
244
} else if ((record.flags &
FLAG_PRE
) != 0) {
300
static final int
FLAG_PRE
= 1 << 2;
304
static final int FLAG_PRE_AND_POST =
FLAG_PRE
| FLAG_POST;
305
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 36 milliseconds