OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STYLE_NUM_ENTRIES
(Results
1 - 8
of
8
) sorted by null
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTypedArray.java
7
import static org.robolectric.res.android.AttributeResolution.
STYLE_NUM_ENTRIES
;
59
return stringData[index /
STYLE_NUM_ENTRIES
];
89
for (int index = 0; index < data.length; index+=
STYLE_NUM_ENTRIES
) {
91
result.append("Index: ").append(index /
STYLE_NUM_ENTRIES
).append(System.lineSeparator());
ShadowArscAssetManager.java
74
private static final int
STYLE_NUM_ENTRIES
= 6;
670
// /*package*/ static final int
STYLE_NUM_ENTRIES
= 6;
731
if (NV < (NI*
STYLE_NUM_ENTRIES
)) {
808
if (NV < (NI*
STYLE_NUM_ENTRIES
)) {
900
while (destOffset < NV && destOffset < bagOff *
STYLE_NUM_ENTRIES
/*&& arrayEnt < endArrayEnt*/) {
901
bag_entry curArrayEnt = arrayEnt.get()[destOffset /
STYLE_NUM_ENTRIES
];
938
// dest +=
STYLE_NUM_ENTRIES
;
939
destOffset+=
STYLE_NUM_ENTRIES
;
943
destOffset /=
STYLE_NUM_ENTRIES
;
[
all
...]
ShadowArscAssetManager10.java
88
private static final int
STYLE_NUM_ENTRIES
= 7;
[
all
...]
ShadowArscAssetManager9.java
83
private static final int
STYLE_NUM_ENTRIES
= 6;
[
all
...]
ShadowLegacyAssetManager.java
108
private static final int
STYLE_NUM_ENTRIES
= 6;
773
final int totalLen = typedResources.size() *
STYLE_NUM_ENTRIES
;
777
final int offset = i *
STYLE_NUM_ENTRIES
;
[
all
...]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
AttributeResolution.java
13
public static final int
STYLE_NUM_ENTRIES
= 6;
215
destOffset +=
STYLE_NUM_ENTRIES
;
399
int destIndex = ii *
STYLE_NUM_ENTRIES
;
427
// out_values +=
STYLE_NUM_ENTRIES
;
510
// dest +=
STYLE_NUM_ENTRIES
;
511
baseDest +=
STYLE_NUM_ENTRIES
;
AttributeResolution10.java
26
public static final int
STYLE_NUM_ENTRIES
= 7;
232
destOffset +=
STYLE_NUM_ENTRIES
;
418
int destIndex = ii *
STYLE_NUM_ENTRIES
;
447
// out_values +=
STYLE_NUM_ENTRIES
;
521
// out_values +=
STYLE_NUM_ENTRIES
;
522
baseDest +=
STYLE_NUM_ENTRIES
;
AttributeResolution9.java
23
public static final int
STYLE_NUM_ENTRIES
= 6;
228
destOffset +=
STYLE_NUM_ENTRIES
;
409
int destIndex = ii *
STYLE_NUM_ENTRIES
;
437
// out_values +=
STYLE_NUM_ENTRIES
;
511
// out_values +=
STYLE_NUM_ENTRIES
;
512
baseDest +=
STYLE_NUM_ENTRIES
;
Completed in 110 milliseconds