Searched refs:newIsLandscape (Results 1 – 1 of 1) sorted by relevance
70 val newIsLandscape = newConfig.orientation == Configuration.ORIENTATION_LANDSCAPE regex71 if (newIsLandscape != isLandscape) {72 isLandscape = newIsLandscape