Searched refs:newInsets (Results 1 – 2 of 2) sorted by relevance
222 val newInsets = Insets.NONE in onConfigurationChanged_noRelevantChange_doesNotUpdateInsets() constant224 .thenReturn(newInsets) in onConfigurationChanged_noRelevantChange_doesNotUpdateInsets()244 val newInsets = Insets.NONE in onConfigurationChanged_densityChanged_updatesInsets() constant246 .thenReturn(newInsets) in onConfigurationChanged_densityChanged_updatesInsets()250 assertThat(view.paddingLeft).isEqualTo(newInsets.left) in onConfigurationChanged_densityChanged_updatesInsets()251 assertThat(view.paddingTop).isEqualTo(newInsets.top) in onConfigurationChanged_densityChanged_updatesInsets()252 assertThat(view.paddingRight).isEqualTo(newInsets.right) in onConfigurationChanged_densityChanged_updatesInsets()267 val newInsets = Insets.NONE in onConfigurationChanged_fontScaleChanged_updatesInsets() constant269 .thenReturn(newInsets) in onConfigurationChanged_fontScaleChanged_updatesInsets()273 assertThat(view.paddingLeft).isEqualTo(newInsets.left) in onConfigurationChanged_fontScaleChanged_updatesInsets()[all …]
375 final WindowDecorationInsets newInsets = new WindowDecorationInsets( in updateCaptionInsets() local377 if (!newInsets.equals(mWindowDecorationInsets)) { in updateCaptionInsets()379 mWindowDecorationInsets = newInsets; in updateCaptionInsets()658 final WindowDecorationInsets newInsets = new WindowDecorationInsets(mTaskInfo.token, in addCaptionInset() local660 if (!newInsets.equals(mWindowDecorationInsets)) { in addCaptionInset()661 mWindowDecorationInsets = newInsets; in addCaptionInset()