Home
last modified time | relevance | path

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

/frameworks/base/tests/GamePerformance/src/android/gameperformance/
DGamePerformanceActivity.java35 private CustomControlView mControlView = null;
103 mControlView = new CustomControlView(GamePerformanceActivity.this); in attachControlView()
120 public CustomControlView getControlView() { in getControlView()
DCustomControlView.java37 public class CustomControlView extends AbsoluteLayout { class
43 public CustomControlView(@NonNull Context context) { in CustomControlView() method in CustomControlView
DControlsTest.java31 public CustomControlView getView() { in getView()