Searched refs:undefinedWidth (Results 1 – 1 of 1) sorted by relevance
4662 final int undefinedWidth = Configuration.SCREEN_WIDTH_DP_UNDEFINED; in catchConfigChangesFromUnset() local4663 if ((oldWidth == undefinedWidth && newWidth != undefinedWidth) in catchConfigChangesFromUnset()4664 || (oldWidth != undefinedWidth && newWidth == undefinedWidth)) { in catchConfigChangesFromUnset()