Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DTextureViewTest.java103 activity.findViewById(android.R.id.content), () -> activity.removeCover()); in testFirstFrames()
144 activity.findViewById(android.R.id.content), () -> activity.removeCover()); in testRotateScale()
186 activity.findViewById(android.R.id.content), () -> activity.removeCover()); in testTransformScale()
306 activity.findViewById(android.R.id.content), () -> activity.removeCover()); in testSamplingWithTransform()
DTextureViewCtsActivity.java283 public void removeCover() { in removeCover() method in TextureViewCtsActivity