Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
DUdfpsControllerTest.java656 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/
Dvulkan_profiles.cpp10162 uint32_t expectedMajor = VK_API_VERSION_MAJOR(expected); in vpCheckVersion() local
10164 …return actualMajor > expectedMajor || (actualMajor == expectedMajor && actualMinor >= expectedMino… in vpCheckVersion()