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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1723 int myDelta = 0, otherDelta = 0; local
1725 myDelta += requested->screenWidthDp - screenWidthDp;
1729 myDelta += requested->screenHeightDp - screenHeightDp;
1732 //ALOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
1734 // requested->screenWidthDp, requested->screenHeightDp, myDelta, otherDelta);
1735 if (myDelta != otherDelta) {
1736 return myDelta < otherDelta;
1876 int myDelta = 0, otherDelta = 0; local
1878 myDelta += requested->screenWidth - screenWidth;
1882 myDelta
[all...]

Completed in 62 milliseconds