Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewConfigurationTest.java149 ViewConfiguration contextLessVc = new ViewConfiguration(); in testFlingThresholds_forInvalidInputDeviceIds() local
150 for (ViewConfiguration vc : new ViewConfiguration[] {contextBasedVc, contextLessVc}) { in testFlingThresholds_forInvalidInputDeviceIds()
177 ViewConfiguration contextLessVc = new ViewConfiguration(); in testFlingThresholds_forAllAvailableDevices() local
178 for (ViewConfiguration vc : new ViewConfiguration[] {contextBasedVc, contextLessVc}) { in testFlingThresholds_forAllAvailableDevices()