OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BASE_SIZE
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/cts/
AvoidXfermodeTest.java
32
private static final int
BASE_SIZE
= 50;
33
private static final int BITMAP_HEIGHT =
BASE_SIZE
* 2;
34
private static final int BITMAP_WIDTH =
BASE_SIZE
* 2;
57
canvas.drawRect(0f, 0f,
BASE_SIZE
, 2 *
BASE_SIZE
, greenPaint);
59
canvas.drawRect(0f, 0f, 2 *
BASE_SIZE
,
BASE_SIZE
, redAvoidingGreenPaint);
61
canvas.drawRect(0f,
BASE_SIZE
, 2 *
BASE_SIZE
, 2 *
BASE_SIZE
, blueTargetingGreenPaint)
[
all
...]
/frameworks/base/core/java/android/util/
ArraySet.java
54
private static final int
BASE_SIZE
= 4;
154
if (size == (
BASE_SIZE
*2)) {
168
} else if (size ==
BASE_SIZE
) {
189
if (hashes.length == (
BASE_SIZE
*2)) {
203
} else if (hashes.length ==
BASE_SIZE
) {
338
final int n = mSize >= (
BASE_SIZE
*2) ? (mSize+(mSize>>1))
339
: (mSize >=
BASE_SIZE
? (
BASE_SIZE
*2) :
BASE_SIZE
);
420
if (mHashes.length > (
BASE_SIZE
*2) && mSize < mHashes.length/3)
[
all
...]
ArrayMap.java
53
private static final int
BASE_SIZE
= 4;
166
if (size == (
BASE_SIZE
*2)) {
180
} else if (size ==
BASE_SIZE
) {
201
if (hashes.length == (
BASE_SIZE
*2)) {
215
} else if (hashes.length ==
BASE_SIZE
) {
437
final int n = mSize >= (
BASE_SIZE
*2) ? (mSize+(mSize>>1))
438
: (mSize >=
BASE_SIZE
? (
BASE_SIZE
*2) :
BASE_SIZE
);
547
if (mHashes.length > (
BASE_SIZE
*2) && mSize < mHashes.length/3)
[
all
...]
/frameworks/support/v4/java/android/support/v4/util/
SimpleArrayMap.java
39
private static final int
BASE_SIZE
= 4;
138
if (size == (
BASE_SIZE
*2)) {
152
} else if (size ==
BASE_SIZE
) {
173
if (hashes.length == (
BASE_SIZE
*2)) {
187
} else if (hashes.length ==
BASE_SIZE
) {
382
final int n = mSize >= (
BASE_SIZE
*2) ? (mSize+(mSize>>1))
383
: (mSize >=
BASE_SIZE
? (
BASE_SIZE
*2) :
BASE_SIZE
);
464
if (mHashes.length > (
BASE_SIZE
*2) && mSize < mHashes.length/3)
[
all
...]
/prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
Completed in 511 milliseconds