Searched refs:systemIconsContainer (Results 1 – 2 of 2) sorted by relevance
248 View systemIconsContainer = findViewById(R.id.system_icons); in updateSystemIconsContainerHeight() local249 ViewGroup.LayoutParams layoutParams = systemIconsContainer.getLayoutParams(); in updateSystemIconsContainerHeight()254 systemIconsContainer.setLayoutParams(layoutParams); in updateSystemIconsContainerHeight()
54 private val systemIconsContainer: View constant in com.android.systemui.statusbar.phone.PhoneStatusBarViewTest289 assertThat(systemIconsContainer.layoutParams.height).isEqualTo(newHeight) in onConfigurationChanged_systemIconsHeightChanged_containerHeightIsUpdated()