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.java150 ViewConfiguration contextLessVc = new ViewConfiguration(); in testFlingThresholds_forInvalidInputDeviceIds() local
151 for (ViewConfiguration vc : new ViewConfiguration[] {contextBasedVc, contextLessVc}) { in testFlingThresholds_forInvalidInputDeviceIds()
169 ViewConfiguration contextLessVc = new ViewConfiguration(); in testFlingThresholds_forAllAvailableDevices() local
170 for (ViewConfiguration vc : new ViewConfiguration[] {contextBasedVc, contextLessVc}) { in testFlingThresholds_forAllAvailableDevices()