Searched refs:smallestScreenWidthChanged (Results 1 – 2 of 2) sorted by relevance
174 assertThat(listener.smallestScreenWidthChanged).isTrue() in smallestScreenWidthChanged_listenerNotified()339 var smallestScreenWidthChanged = false variable in com.android.systemui.statusbar.phone.ConfigurationControllerImplTest.TestListener354 smallestScreenWidthChanged = true in onSmallestScreenWidthChanged()377 assertThat(smallestScreenWidthChanged).isFalse() in assertNoMethodsCalled()388 smallestScreenWidthChanged = false in reset()
247 final boolean smallestScreenWidthChanged = (diff & CONFIG_SMALLEST_SCREEN_SIZE) != 0; in onConfigurationChanged()260 if (smallestScreenWidthChanged) { in onConfigurationChanged()