Searched refs:mChangeBackgroundsButton (Results 1 – 2 of 2) sorted by relevance
39 private Button mChangeBackgroundsButton; field in DrawableBgMinSizeTest60 mChangeBackgroundsButton = (Button) a.findViewById(R.id.change_backgrounds); in setUp()72 assertNotNull(mChangeBackgroundsButton); in testSetUpConditions()116 TouchUtils.tapView(this, mChangeBackgroundsButton); in doDiffBgMinimumSizeTest()
43 private Button mChangeBackgroundsButton; field in DrawableBgMinSize60 mChangeBackgroundsButton = findViewById(R.id.change_backgrounds); in onCreate()61 mChangeBackgroundsButton.setOnClickListener(this); in onCreate()