Searched refs:smallestScreenWidthChanged (Results 1 – 2 of 2) sorted by relevance
174 assertThat(listener.smallestScreenWidthChanged).isTrue()339 var smallestScreenWidthChanged = false regex354 smallestScreenWidthChanged = true377 assertThat(smallestScreenWidthChanged).isFalse()388 smallestScreenWidthChanged = false
204 final boolean smallestScreenWidthChanged = (diff & CONFIG_SMALLEST_SCREEN_SIZE) != 0; in onConfigurationChanged()217 if (smallestScreenWidthChanged) { in onConfigurationChanged()