Home
last modified time | relevance | path

Searched defs:V (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/systemui/src/android/systemui/cts/
DColorUtils.java29 int V = Math.max(b, Math.max(r, g)); in brightness() local
39 int V = Math.max(b, Math.max(r, g)); in hue() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/utils/
DVersions.java37 public static final int V = Build.VERSION_CODES.VANILLA_ICE_CREAM; field in Versions
/cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
DShellIdentityUtils.java177 TriFunction<? super T, ? super U, ? super V, ? extends R> methodHelper, in invokeMethodWithShellPermissions()
199 QuadFunction<? super T, ? super U, ? super V, ? super W, ? extends R> methodHelper, in invokeMethodWithShellPermissions()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DWindowInsetsAnimationTestBase.java171 BiPredicate<V, V> comparator) { in assertListElements()
/cts/tests/tests/media/common/jni/
Dcodec-utils-jni.cpp421 uint64_t Y = 0, U = 0, V = 0; in getRawStats() local