Searched refs:expectedMinor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsControllerTest.java | 655 final float expectedMinor = touchMinor / scaleFactor; in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() local 687 eq(expectedMinor), eq(expectedMajor), eq(orientation), anyLong(), anyLong(), in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 702 eq(expectedMinor), eq(expectedMajor), eq(orientation), anyLong(), anyLong(), in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 717 eq(expectedMinor), eq(expectedMajor), eq(orientation), anyLong(), anyLong(), in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized() 733 eq(expectedMinor), eq(expectedMajor), eq(orientation), anyLong(), anyLong(), in onTouch_propagatesTouchInNativeOrientationAndResolutionParameterized()
|
/frameworks/native/vulkan/vkprofiles/generated/ |
D | vulkan_profiles.cpp | 10163 uint32_t expectedMinor = VK_API_VERSION_MINOR(expected); in vpCheckVersion() local 10164 …turn actualMajor > expectedMajor || (actualMajor == expectedMajor && actualMinor >= expectedMinor); in vpCheckVersion()
|