Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apct-tests/perftests/core/src/android/view/
H A DInputStageBenchmark.java104 class InstrumentedEditText extends EditText { class in InputStageBenchmark
105 InstrumentedEditText(Context context) { in InstrumentedEditText() method in InputStageBenchmark.InstrumentedEditText
158 final EditText edit = new InstrumentedEditText(activity); in setUp()