Searched refs:mButton3 (Results 1 – 4 of 4) sorted by relevance
32 private Button mButton3; field in BaselineAlignmentCenterGravityTest45 mButton3 = (Button) activity.findViewById(R.id.button3); in setUp()52 assertNotNull(mButton3); in testSetUpConditions()60 ViewAsserts.assertTopAligned(mButton3, parent); in testChildrenAligned()63 ViewAsserts.assertBottomAligned(mButton3, parent); in testChildrenAligned()65 ViewAsserts.assertTopAligned(mButton2, mButton3); in testChildrenAligned()67 ViewAsserts.assertBottomAligned(mButton2, mButton3); in testChildrenAligned()
29 private View mButton3; field in LLOfTwoFocusableInTouchMode43 mButton3 = findViewById(R.id.button3); in onCreate()47 mButton3.setFocusableInTouchMode(true); in onCreate()61 mButton3.setOnClickListener(new View.OnClickListener() { in onCreate()77 return mButton3; in getButton3()
32 private View mButton3; field in ListViewHeight49 mButton3 = findViewById(R.id.button3); in onCreate()95 mButton3.setOnClickListener(new View.OnClickListener() { in onCreate()
37 private View mButton3; field in KeyguardPinBasedInputView107 performClick(mButton3); in performNumberClick()194 mButton3 = findViewById(R.id.key3); in onFinishInflate()