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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2444 int myDelta = 0, otherDelta = 0; local
2446 myDelta += requested->screenWidthDp - screenWidthDp;
2450 myDelta += requested->screenHeightDp - screenHeightDp;
2454 ALOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
2456 requested->screenWidthDp, requested->screenHeightDp, myDelta, otherDelta);
2458 if (myDelta != otherDelta) {
2459 return myDelta < otherDelta;
2633 int myDelta = 0, otherDelta = 0; local
2635 myDelta += requested->screenWidth - screenWidth;
2639 myDelta
[all...]

Completed in 35 milliseconds