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.cpp1819 diff = (int32_t)(screenSize - o.screenSize);
1902 if (screenSize != o.screenSize) diffs |= CONFIG_SCREEN_SIZE;
2057 if (screenSize || o.screenSize) {
2305 if (screenSize || o.screenSize) {
2378 const int screenSize = screenLayout&MASK_SCREENSIZE; local
2382 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.cpp352 int32_t screenSize = AaptXml::getIntegerAttribute(tree, local
356 if (screenSize > 0 && screenDensity > 0) {
361 printf("'%d/%d'", screenSize, screenDensity);
/frameworks/base/include/androidfw/
H A DResourceTypes.h1044 uint32_t screenSize; member in union:android::ResTable_config::__anon918
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java3209 Point screenSize = mTempPoint;
3210 mDefaultDisplay.getRealSize(screenSize);
3211 boundsInScreen.intersect(0, 0, screenSize.x, screenSize.y);

Completed in 170 milliseconds