Home
last modified time | relevance | path

Searched defs:rightControl (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/ui/
H A DDescriptiveTextWithControlsView.java45 … CharSequence subtitle,Control leftControl, Control centerControl, Control rightControl) { in DescriptiveTextWithControlsView()
56 Control centerControl, Control rightControl) { in DescriptiveTextWithControlsView()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DSimpleMirrorWindowControl.java71 final View rightControl = view.findViewById(R.id.right_control); in onCreateView() local