Searched refs:screenSize (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java314 ScreenSize screenSize = hardwareConfig.getScreenSize();
315 if (screenSize != null) {
316 switch (screenSize) {
/frameworks/base/native/android/
H A Dconfiguration.cpp185 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize) { argument
187 | (screenSize&ResTable_config::MASK_SCREENSIZE);
/frameworks/native/include/android/
H A Dconfiguration.h273 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp294 *value = config.screenSize;
340 return config.screenSize;
697 this->screenSize = size;
746 s += screenSize;
864 if (this->screenSize != "") {
868 s += screenSize;
1486 if (v == 0) v = screenSize.compare(o.screenSize);
1518 getScreenSizeName(screenSize.string(), &params);
H A DCommand.cpp411 int32_t screenSize = getIntegerAttribute(tree, local
415 if (screenSize > 0 && screenDensity > 0) {
420 printf("'%d/%d'", screenSize, screenDensity);
H A DAaptAssets.h137 String8 screenSize; member in struct:AaptGroupEntry
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1440 diff = (int32_t)(screenSize - o.screenSize);
1527 if (screenSize != o.screenSize) diffs |= CONFIG_SCREEN_SIZE;
1648 if (screenSize || o.screenSize) {
1868 if (screenSize || o.screenSize) {
1935 const int screenSize = screenLayout&MASK_SCREENSIZE; local
1939 if (screenSize !
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java1241 int screenSize = getViewportWidth();
1245 float f = OVERSCROLL_ACCELERATE_FACTOR * (amount / screenSize);
1254 int overScrollAmount = (int) Math.round(f * screenSize);
1266 int screenSize = getViewportWidth();
1268 float f = (amount / screenSize);
1278 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);
/frameworks/base/include/androidfw/
H A DResourceTypes.h924 uint32_t screenSize; member in union:android::ResTable_config::__anon1048

Completed in 481 milliseconds