Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DView_FocusHandlingTest.java288 public void testHasFocusable() { in testHasFocusable() method in View_FocusHandlingTest
295 testHasFocusable(singleView); in testHasFocusable()
302 testHasFocusable(groupView); in testHasFocusable()
305 private void testHasFocusable(View view) { in testHasFocusable() method in View_FocusHandlingTest
DViewGroupTest.java976 public void testHasFocusable() { in testHasFocusable() method in ViewGroupTest