Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/touchmode/
DFocusableInTouchModeClickTest.java49 getActivity().isB2Fired()); in testClickGivesFocusNoClickFired()
53 getActivity().isB2Fired()); in testClickGivesFocusNoClickFired()
59 assertFalse("button shouldn't have fired click", getActivity().isB2Fired()); in testTapGivesFocusNoClickFired()
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
DLLOfTwoFocusableInTouchMode.java85 public boolean isB2Fired() { in isB2Fired() method in LLOfTwoFocusableInTouchMode