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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1724 int myDelta = 0, otherDelta = 0; local
1726 myDelta += requested->screenWidthDp - screenWidthDp;
1730 myDelta += requested->screenHeightDp - screenHeightDp;
1733 //ALOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
1735 // requested->screenWidthDp, requested->screenHeightDp, myDelta, otherDelta);
1736 if (myDelta != otherDelta) {
1737 return myDelta < otherDelta;
1877 int myDelta = 0, otherDelta = 0; local
1879 myDelta += requested->screenWidth - screenWidth;
1883 myDelta
[all...]

Completed in 41 milliseconds