OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FLAG_PRE
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/widget/
ViewInfoStore.java
32
import static com.android.internal.widget.ViewInfoStore.InfoRecord.
FLAG_PRE
;
73
record.flags |=
FLAG_PRE
;
89
return popFromLayoutStep(vh,
FLAG_PRE
);
112
if (flag ==
FLAG_PRE
) {
120
if ((record.flags & (
FLAG_PRE
| FLAG_POST)) == 0) {
165
return record != null && (record.flags &
FLAG_PRE
) != 0;
243
} else if ((record.flags &
FLAG_PRE
) != 0) {
299
static final int
FLAG_PRE
= 1 << 2;
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
[
all
...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
ViewInfoStore.java
25
import static android.support.v7.widget.ViewInfoStore.InfoRecord.
FLAG_PRE
;
70
record.flags |=
FLAG_PRE
;
86
return popFromLayoutStep(vh,
FLAG_PRE
);
109
if (flag ==
FLAG_PRE
) {
117
if ((record.flags & (
FLAG_PRE
| FLAG_POST)) == 0) {
162
return record != null && (record.flags &
FLAG_PRE
) != 0;
240
} else if ((record.flags &
FLAG_PRE
) != 0) {
296
static final int
FLAG_PRE
= 1 << 2;
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
[
all
...]
/prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar
Completed in 107 milliseconds