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

/frameworks/support/wear/src/android/support/wear/widget/
H A DWearableRecyclerView.java152 Point screenSize = new Point();
153 getDisplay().getSize(screenSize);
154 mScrollManager.setRecyclerView(this, screenSize.x, screenSize.y);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java328 ScreenSize screenSize = hardwareConfig.getScreenSize();
329 if (screenSize != null) {
330 switch (screenSize) {
/frameworks/base/native/android/
H A Dconfiguration.cpp189 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize) { argument
191 | (screenSize&ResTable_config::MASK_SCREENSIZE);
/frameworks/native/include/android/
H A Dconfiguration.h632 void AConfiguration_setScreenSize(AConfiguration* config, int32_t screenSize);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1902 diff = (int32_t)(screenSize - o.screenSize);
1995 if (screenSize != o.screenSize) diffs |= CONFIG_SCREEN_SIZE;
2170 if (screenSize || o.screenSize) {
2531 if (screenSize || o.screenSize) {
2633 const int screenSize = screenLayout&MASK_SCREENSIZE; local
2637 if (screenSize !
[all...]
/frameworks/base/tools/aapt/
H A DCommand.cpp355 int32_t screenSize = AaptXml::getIntegerAttribute(tree, local
359 if (screenSize > 0 && screenDensity > 0) {
364 printf("'%d/%d'", screenSize, screenDensity);
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1050 uint32_t screenSize; member in union:android::ResTable_config::__anon1193
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java4391 Point screenSize = mTempPoint;
4392 mDefaultDisplay.getRealSize(screenSize);
4393 if (!boundsInScreen.intersect(0, 0, screenSize.x, screenSize.y)) {

Completed in 1427 milliseconds