Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/widget/
DVectorAnimationController.java88 updateViewStates(preview, playButton); in attachView()
89 preview.setOnClickListener(v -> updateViewStates(preview, playButton)); in attachView()
98 private void updateViewStates(View imageView, View playButton) { in updateViewStates() method in VectorAnimationController
DMediaAnimationController.java85 updateViewStates(preview, playButton); in attachView()
124 video.setOnClickListener(v -> updateViewStates(preview, playButton)); in attachView()
138 private void updateViewStates(View imageView, View playButton) { in updateViewStates() method in MediaAnimationController