Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/tab_ui/javatests/src/org/chromium/chrome/browser/tasks/tab_management/
H A DTabGridIphTest.java253 ImageView iphImageView = iphDialogView.findViewById(R.id.animation_drawable); in testRenderIphDialog_Portrait() local
254 Animatable iphAnimation = (Animatable) iphImageView.getDrawable(); in testRenderIphDialog_Portrait()
281 ImageView iphImageView = iphDialogView.findViewById(R.id.animation_drawable); in testRenderIphDialog_Landscape() local
282 Animatable iphAnimation = (Animatable) iphImageView.getDrawable(); in testRenderIphDialog_Landscape()