Home | History | Annotate | Download | only in touchmode

Lines Matching refs:mButton

35     private Button mButton;
47 mButton = getActivity().getButton();
52 assertFalse("should not be in touch mode to start off", mButton.isInTouchMode());
59 assertInTouchModeAfterTap(this, mButton);
60 assertTrue("should be in touch mode", mButton.isInTouchMode());
68 assertTrue("button should have focus", mButton.isFocused());
71 assertTrue("clicking edit text should have entered touch mode", mButton.isInTouchMode());
83 mButton.isFocused());
85 assertInTouchModeAfterClick(this, mButton);
86 assertTrue("should be in touch mode", mButton.isInTouchMode());