Home
last modified time | relevance | path

Searched defs:setTouchListener (Results 1 – 3 of 3) sorted by relevance

/packages/services/Car/tests/CustomizationTool/src/com/android/car/customization/tool/ui/
DMainLayoutView.kt40 fun setTouchListener(listener: (inside: Boolean) -> Unit) { in setTouchListener() method
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarViewControllerImpl.java291 void setTouchListener(@Nullable Gefingerpoken listener) { in setTouchListener() method in CarSystemBarViewControllerImpl.TouchInterceptingFrameLayout
/packages/apps/Camera2/src/com/android/camera/ui/
DPreviewOverlay.java229 public void setTouchListener(View.OnTouchListener touchListener) { in setTouchListener() method in PreviewOverlay