Searched refs:expectedMajor (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/ |
D | UdfpsControllerTest.java | 656 final float expectedMajor = touchMajor / 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 | 10162 uint32_t expectedMajor = VK_API_VERSION_MAJOR(expected); in vpCheckVersion() local 10164 …return actualMajor > expectedMajor || (actualMajor == expectedMajor && actualMinor >= expectedMino… in vpCheckVersion()
|