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

1 2 3 4 5 6 7 8 91011

  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
ScreenDeviceInfo.java 53 String screenSize = String.format("0x%x", screenLayout);
56 screenSize = "small";
60 screenSize = "normal";
64 screenSize = "large";
68 screenSize = "xlarge";
72 screenSize = "undefined";
75 return screenSize;
  /cts/tests/tests/hardware/src/android/hardware/cts/
LowRamDeviceTest.java 80 int screenSize = getScreenSize();
84 Log.i(TAG, String.format("density=%d, supports64Bit=%s, screenSize=%d, watch=%s",
85 density, supports64Bit, screenSize, watch));
90 } else if (lessThanDpi(density, DENSITY_HIGH, screenSize,
92 lessThanDpi(density, DENSITY_MEDIUM, screenSize, SCREENLAYOUT_SIZE_LARGE) ||
93 lessThanDpi(density, DENSITY_LOW, screenSize, SCREENLAYOUT_SIZE_XLARGE)) {
100 } else if (greaterThanDpi(density, DENSITY_560, screenSize,
102 greaterThanDpi(density, DENSITY_400, screenSize, SCREENLAYOUT_SIZE_LARGE) ||
103 greaterThanDpi(density, DENSITY_XHIGH, screenSize, SCREENLAYOUT_SIZE_XLARGE)) {
110 } else if (greaterThanDpi(density, DENSITY_400, screenSize,
    [all...]
  /cts/tests/app/src/android/app/cts/
ActivityManagerMemoryClassTest.java 130 int screenSize,
138 switch (screenSize) {
148 + " for screen layout size " + screenSize);
157 int screenSize = getScreenSize();
158 assertMemoryForScreenDensity(memoryClass, screenDensity, screenSize);
186 private void assertMemoryForScreenDensity(int memoryClass, int screenDensity, int screenSize) {
191 ExpectedMemorySizesClass.getExpectedMemorySize(screenSize, screenDensity, isWatch);
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
MemorySizeCalculator.java 39 final int screenSize = screenDimensions.getWidthPixels() * screenDimensions.getHeightPixels()
42 int targetPoolSize = screenSize * BITMAP_POOL_TARGET_SCREENS;
43 int targetMemoryCacheSize = screenSize * MEMORY_CACHE_TARGET_SCREENS;
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 207 Dimension screenSize = Toolkit.getDefaultToolkit().getScreenSize();
209 frame.setLocation((screenSize.width - frameSize.width) / 2,
210 (screenSize.height - frameSize.height) / 2);
  /frameworks/support/wear/src/android/support/wear/widget/
WearableRecyclerView.java 152 Point screenSize = new Point();
153 getDisplay().getSize(screenSize);
154 mScrollManager.setRecyclerView(this, screenSize.x, screenSize.y);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 105 String screenSize = getScreenSize();
106 addResult(SCREEN_SIZE, screenSize);
211 String screenSize = String.format("0x%x", screenLayout);
214 screenSize = "small";
218 screenSize = "normal";
222 screenSize = "large";
226 screenSize = "xlarge";
230 screenSize = "undefined";
233 return screenSize;
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderAction.java 31 import com.android.resources.ScreenSize;
328 ScreenSize screenSize = hardwareConfig.getScreenSize();
329 if (screenSize != null) {
330 switch (screenSize) {
  /frameworks/base/native/android/
configuration.cpp 189 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize) {
191 | (screenSize&ResTable_config::MASK_SCREENSIZE);
  /packages/apps/Settings/src/com/android/settings/
ConfirmDeviceCredentialBaseFragment.java 255 Point screenSize = new Point();
256 getActivity().getWindowManager().getDefaultDisplay().getSize(screenSize);
259 screenSize.y));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationDescription.java 39 import com.android.resources.ScreenSize;
331 ScreenSize screenSize = null;
338 screenSize = qualifier.getValue();
347 String defaultTheme = manifest.getDefaultTheme(target, screenSize);
  /development/ndk/platforms/android-9/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r10/platforms/android-9/arch-arm/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r10/platforms/android-9/arch-mips/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r10/platforms/android-9/arch-x86/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r11/platforms/android-12/arch-arm/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r11/platforms/android-12/arch-mips/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r11/platforms/android-12/arch-x86/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/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);

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 91011