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

/frameworks/base/include/utils/
H A DResourceTypes.h1271 int myDelta = 0, otherDelta = 0; local
1273 myDelta += requested->screenWidthDp - screenWidthDp;
1277 myDelta += requested->screenHeightDp - screenHeightDp;
1280 //LOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
1282 // requested->screenWidthDp, requested->screenHeightDp, myDelta, otherDelta);
1283 return (myDelta <= otherDelta);
1420 int myDelta = 0, otherDelta = 0; local
1422 myDelta += requested->screenWidth - screenWidth;
1426 myDelta += requested->screenHeight - screenHeight;
1429 return (myDelta <
[all...]

Completed in 277 milliseconds