Searched defs:V (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | ColorUtils.java | 29 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/ |
D | Versions.java | 37 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/ |
D | ShellIdentityUtils.java | 177 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/ |
D | WindowInsetsAnimationTestBase.java | 171 BiPredicate<V, V> comparator) { in assertListElements()
|
/cts/tests/tests/media/common/jni/ |
D | codec-utils-jni.cpp | 421 uint64_t Y = 0, U = 0, V = 0; in getRawStats() local
|