Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DDragAndDropAccessibilityDelegate.java50 public DragAndDropAccessibilityDelegate(CellLayout forView) { in DragAndDropAccessibilityDelegate() argument
51 super(forView); in DragAndDropAccessibilityDelegate()
52 mView = forView; in DragAndDropAccessibilityDelegate()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DLabeledSeekBar.java128 public LabeledSeekBarExploreByTouchHelper(LabeledSeekBar forView) { in LabeledSeekBarExploreByTouchHelper() argument
129 super(forView); in LabeledSeekBarExploreByTouchHelper()
130 mIsLayoutRtl = forView.getResources().getConfiguration() in LabeledSeekBarExploreByTouchHelper()
/packages/apps/Settings/src/com/android/settings/widget/
DLabeledSeekBar.java128 public LabeledSeekBarExploreByTouchHelper(LabeledSeekBar forView) { in LabeledSeekBarExploreByTouchHelper() argument
129 super(forView); in LabeledSeekBarExploreByTouchHelper()
130 mIsLayoutRtl = forView.getResources().getConfiguration() in LabeledSeekBarExploreByTouchHelper()