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

/frameworks/base/include/utils/
H A DResourceTypes.h1271 int myDelta = 0, otherDelta = 0; local
1274 otherDelta += requested->screenWidthDp - o.screenWidthDp;
1278 otherDelta += requested->screenHeightDp - o.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
1423 otherDelta += requested->screenWidth - o.screenWidth;
1427 otherDelta += requested->screenHeight - o.screenHeight;
1429 return (myDelta <= otherDelta);
[all...]

Completed in 50 milliseconds