Searched refs:newIsLandscape (Results 1 – 1 of 1) sorted by relevance
71 val newIsLandscape = newConfig.orientation == Configuration.ORIENTATION_LANDSCAPE in onConfigChanged() constant72 if (newIsLandscape != isLandscape) { in onConfigChanged()73 isLandscape = newIsLandscape in onConfigChanged()