Searched refs:getButton2 (Results 1 – 2 of 2) sorted by relevance
45 TouchUtils.clickView(this, getActivity().getButton2()); in testClickGivesFocusNoClickFired()47 getActivity().getButton2().isFocused()); in testClickGivesFocusNoClickFired()51 TouchUtils.clickView(this, getActivity().getButton2()); in testClickGivesFocusNoClickFired()58 TouchUtils.touchAndCancelView(this, getActivity().getButton2()); in testTapGivesFocusNoClickFired()60 assertFalse("button shouldn't have focus", getActivity().getButton2().isFocused()); in testTapGivesFocusNoClickFired()
73 public View getButton2() { in getButton2() method in LLOfTwoFocusableInTouchMode