Searched refs:undefinedHeight (Results 1 – 1 of 1) sorted by relevance
4655 final int undefinedHeight = Configuration.SCREEN_HEIGHT_DP_UNDEFINED; in catchConfigChangesFromUnset() local4656 if ((oldHeight == undefinedHeight && newHeight != undefinedHeight) in catchConfigChangesFromUnset()4657 || (oldHeight != undefinedHeight && newHeight == undefinedHeight)) { in catchConfigChangesFromUnset()