Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DDrawableBgMinSizeTest.java39 private Button mChangeBackgroundsButton; field in DrawableBgMinSizeTest
60 mChangeBackgroundsButton = (Button) a.findViewById(R.id.change_backgrounds); in setUp()
72 assertNotNull(mChangeBackgroundsButton); in testSetUpConditions()
116 TouchUtils.tapView(this, mChangeBackgroundsButton); in doDiffBgMinimumSizeTest()
H A DDrawableBgMinSize.java43 private Button mChangeBackgroundsButton; field in DrawableBgMinSize
60 mChangeBackgroundsButton = findViewById(R.id.change_backgrounds); in onCreate()
61 mChangeBackgroundsButton.setOnClickListener(this); in onCreate()