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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java324 ScreenSize screenSize = hardwareConfig.getScreenSize();
325 if (screenSize != null) {
326 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.h278 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1815 diff = (int32_t)(screenSize - o.screenSize);
1898 if (screenSize != o.screenSize) diffs |= CONFIG_SCREEN_SIZE;
2053 if (screenSize || o.screenSize) {
2301 if (screenSize || o.screenSize) {
2374 const int screenSize = screenLayout&MASK_SCREENSIZE; local
2378 if (screenSize !
[all...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DPagedView.java1326 int screenSize = getViewportWidth();
1330 float f = OVERSCROLL_ACCELERATE_FACTOR * (amount / screenSize);
1339 int overScrollAmount = (int) Math.round(f * screenSize);
1351 int screenSize = getViewportWidth();
1353 float f = (amount / screenSize);
1363 int overScrollAmount = (int) Math.round(OVERSCROLL_DAMP_FACTOR * f * screenSize);
/frameworks/base/tools/aapt/
H A DCommand.cpp351 int32_t screenSize = AaptXml::getIntegerAttribute(tree, local
355 if (screenSize > 0 && screenDensity > 0) {
360 printf("'%d/%d'", screenSize, screenDensity);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1024 uint32_t screenSize; member in union:android::ResTable_config::__anon905
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java3235 Point screenSize = mTempPoint;
3236 mDefaultDisplay.getRealSize(screenSize);
3237 if (point.x < 0 || point.x > screenSize.x
3238 || point.y < 0 || point.y > screenSize.y) {

Completed in 5766 milliseconds