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

  /frameworks/base/tools/localize/
Configuration.cpp 30 n = screenSize.compare(that.screenSize);
Configuration.h 17 string screenSize;
  /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);
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 123 String screenSize = getScreenSize();
124 addResult(SCREEN_SIZE, screenSize);
204 String screenSize = String.format("0x%x", screenLayout);
207 screenSize = "small";
211 screenSize = "normal";
215 screenSize = "large";
219 screenSize = "undefined";
222 return screenSize;
  /frameworks/base/include/utils/
ResourceTypes.h 911 uint32_t screenSize;
    [all...]
  /external/junit/src/junit/swingui/
TestSelector.java 146 Dimension screenSize= c.getToolkit().getScreenSize();
147 c.setLocation((screenSize.width-paneSize.width)/2, (screenSize.height-paneSize.height)/2);
  /frameworks/base/native/android/
configuration.cpp 168 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize) {
170 | (screenSize&ResTable_config::MASK_SCREENSIZE);
  /development/ndk/platforms/android-9/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /frameworks/base/native/include/android/
configuration.h 256 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
  /frameworks/base/tools/aapt/
AaptAssets.cpp 225 *value = config.screenSize;
515 this->screenSize = size;
555 s += screenSize;
621 if (this->screenSize != "") {
623 s += screenSize;
1126 if (v == 0) v = screenSize.compare(o.screenSize);
1149 getScreenSizeName(screenSize.string(), &params);
    [all...]
Command.cpp 380 int32_t screenSize = getIntegerAttribute(tree,
384 if (screenSize > 0 && screenDensity > 0) {
389 printf("'%d/%d'", screenSize, screenDensity);
    [all...]
AaptAssets.h 83 String8 screenSize;
ResourceTable.cpp     [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 942 milliseconds