Home
last modified time | relevance | path

Searched refs:drawablesAroundText (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DActionButtonsPreferenceTest.java221 final Drawable[] drawablesAroundText = in onBindViewHolder_setButtonIcon_iconMustDisplayAboveText() local
225 assertThat(drawablesAroundText[1 /* top */]).isNotNull(); in onBindViewHolder_setButtonIcon_iconMustDisplayAboveText()
234 final Drawable[] drawablesAroundText = in setButtonIcon_iconResourceIdIsZero_shouldNotDisplayIcon() local
238 assertThat(drawablesAroundText[1 /* top */]).isNull(); in setButtonIcon_iconResourceIdIsZero_shouldNotDisplayIcon()
247 final Drawable[] drawablesAroundText = in setButtonIcon_iconResourceIdNotExisting_shouldNotDisplayIconAndCrash() local
251 assertThat(drawablesAroundText[1 /* top */]).isNull(); in setButtonIcon_iconResourceIdNotExisting_shouldNotDisplayIconAndCrash()