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

/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1985 int diffs = 0; local
1986 if (mcc != o.mcc) diffs |= CONFIG_MCC;
1987 if (mnc != o.mnc) diffs |= CONFIG_MNC;
1988 if (orientation != o.orientation) diffs |= CONFIG_ORIENTATION;
1989 if (density != o.density) diffs |= CONFIG_DENSITY;
1990 if (touchscreen != o.touchscreen) diffs |= CONFIG_TOUCHSCREEN;
1992 diffs |= CONFIG_KEYBOARD_HIDDEN;
1993 if (keyboard != o.keyboard) diffs |= CONFIG_KEYBOARD;
1994 if (navigation != o.navigation) diffs |= CONFIG_NAVIGATION;
1995 if (screenSize != o.screenSize) diffs |
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 6529 milliseconds