Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSimpleMirrorWindowControl.java72 final View bottomControl = view.findViewById(R.id.down_control); in onCreateView() local
77 bottomControl.setOnClickListener(this); in onCreateView()
82 bottomControl.setOnLongClickListener(this); in onCreateView()
87 bottomControl.setOnTouchListener(this); in onCreateView()