Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java419 final View updatedChild; in refreshChildren() local
422 updatedChild = mAdapter.getView(modulo(i, adapterCount), null, this); in refreshChildren()
424 if (updatedChild.getImportantForAccessibility() in refreshChildren()
426 updatedChild.setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES); in refreshChildren()
429 updatedChild = null; in refreshChildren()
436 if (updatedChild != null) { in refreshChildren()
438 fl.addView(updatedChild); in refreshChildren()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java5234 assertThat(updatedChild.canBypassDnd()).isTrue(); in testUpdateConversationParent_updatesUnlockedFields()
5237 assertThat(updatedChild.shouldShowLights()).isTrue(); in testUpdateConversationParent_updatesUnlockedFields()
5238 assertThat(updatedChild.getSound()).isEqualTo(SOUND_URI); in testUpdateConversationParent_updatesUnlockedFields()
5239 assertThat(updatedChild.shouldVibrate()).isTrue(); in testUpdateConversationParent_updatesUnlockedFields()
5240 assertThat(updatedChild.canShowBadge()).isFalse(); in testUpdateConversationParent_updatesUnlockedFields()
5278 assertThat(updatedChild.canBypassDnd()).isFalse(); in testUpdateConversationParent_doesNotUpdateLockedFields()
5281 assertThat(updatedChild.shouldShowLights()).isFalse(); in testUpdateConversationParent_doesNotUpdateLockedFields()
5283 assertThat(updatedChild.shouldVibrate()).isFalse(); in testUpdateConversationParent_doesNotUpdateLockedFields()
5284 assertThat(updatedChild.canShowBadge()).isTrue(); in testUpdateConversationParent_doesNotUpdateLockedFields()
5317 assertThat(updatedChild.shouldVibrate()).isTrue(); in testUpdateConversationParent_updatesDemotedConversation()
[all …]