HomeSort by relevance Sort by last modified time
    Searched refs:BASE_SIZE (Results 1 - 13 of 13) 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 56 private static final int BASE_SIZE = 4;
156 if (size == (BASE_SIZE*2)) {
170 } else if (size == BASE_SIZE) {
191 if (hashes.length == (BASE_SIZE*2)) {
205 } else if (hashes.length == BASE_SIZE) {
357 final int n = mSize >= (BASE_SIZE*2) ? (mSize+(mSize>>1))
358 : (mSize >= BASE_SIZE ? (BASE_SIZE*2) : BASE_SIZE);
439 if (mHashes.length > (BASE_SIZE*2) && mSize < mHashes.length/3)
    [all...]
ArrayMap.java 55 private static final int BASE_SIZE = 4;
168 if (size == (BASE_SIZE*2)) {
182 } else if (size == BASE_SIZE) {
203 if (hashes.length == (BASE_SIZE*2)) {
217 } else if (hashes.length == BASE_SIZE) {
452 final int n = mSize >= (BASE_SIZE*2) ? (mSize+(mSize>>1))
453 : (mSize >= BASE_SIZE ? (BASE_SIZE*2) : BASE_SIZE);
600 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) {
392 final int n = mSize >= (BASE_SIZE*2) ? (mSize+(mSize>>1))
393 : (mSize >= BASE_SIZE ? (BASE_SIZE*2) : BASE_SIZE);
474 if (mHashes.length > (BASE_SIZE*2) && mSize < mHashes.length/3)
    [all...]
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.1.0/
support-v4-19.1.0.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.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 471 milliseconds