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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp2299 int myDelta = 0, otherDelta = 0; local
2301 myDelta += requested->screenWidthDp - screenWidthDp;
2305 myDelta += requested->screenHeightDp - screenHeightDp;
2309 ALOGI("Comparing this %dx%d to other %dx%d in %dx%d: myDelta=%d otherDelta=%d",
2311 requested->screenWidthDp, requested->screenHeightDp, myDelta, otherDelta);
2313 if (myDelta != otherDelta) {
2314 return myDelta < otherDelta;
2477 int myDelta = 0, otherDelta = 0; local
2479 myDelta += requested->screenWidth - screenWidth;
2483 myDelta
[all...]

Completed in 60 milliseconds