Searched refs:mockView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
H A DStateListDrawableTest.java37 private MockView mockView; field in class:StateListDrawableTest
51 mockView.requestFocus();
52 mockView.getBackground().draw(null);
63 mockView.requestFocus();
64 mockView.getBackground().draw(null);
75 mockView = new MockView();
76 mockView.setBackgroundDrawable(slDrawable);

Completed in 5 milliseconds