HomeSort by relevance Sort by last modified time
    Searched refs:screenSize (Results 1 - 18 of 18) sorted by null

  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
MemorySizeCalculator.java 35 final int screenSize = screenDimensions.getWidthPixels() * screenDimensions.getHeightPixels()
38 int targetPoolSize = screenSize * BITMAP_POOL_TARGET_SCREENS;
39 int targetMemoryCacheSize = screenSize * MEMORY_CACHE_TARGET_SCREENS;
  /cts/tests/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java 43 int screenSize = getScreenSize();
44 assertMemoryForScreenDensity(memoryClass, screenDensity, screenSize);
72 private void assertMemoryForScreenDensity(int memoryClass, int screenDensity, int screenSize) {
74 boolean isXLarge = screenSize == Configuration.SCREENLAYOUT_SIZE_XLARGE;
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 97 String screenSize = getScreenSize();
98 addResult(SCREEN_SIZE, screenSize);
191 String screenSize = String.format("0x%x", screenLayout);
194 screenSize = "small";
198 screenSize = "normal";
202 screenSize = "large";
206 screenSize = "xlarge";
210 screenSize = "undefined";
213 return screenSize;
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
naclterm.js 97 var width = this.io.terminal_.screenSize.width;
155 var width = this.io.terminal_.screenSize.width;
188 this.createEmbed(this.io.terminal_.screenSize.width, this.io.terminal_.screenSize.height);
  /development/ndk/platforms/android-9/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /development/ndk/platforms/android-13/include/android/
configuration.h 265 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /development/ndk/platforms/android-16/include/android/
configuration.h 268 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /development/ndk/platforms/android-17/include/android/
configuration.h 273 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /development/ndk/platforms/android-18/include/android/
configuration.h 274 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /external/deqp/modules/egl/
teglNativeCoordMappingTests.cpp 366 const tcu::IVec2 screenSize = nativeWindow.getScreenSize();
392 if (!validate(log, result, rectX, screenSize.y() - rectY - rectH, rectW, rectH))
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwSettingsTest.java     [all...]
  /external/deqp/modules/glshared/
glsDrawTest.cpp     [all...]
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 600 milliseconds