Searched refs:moment (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/ |
H A D | WuQuantizer.java | 369 private static int volume(Box cube, int[] moment) { in volume() argument 370 return (moment[getIndex(cube.r1, cube.g1, cube.b1)] in volume() 371 - moment[getIndex(cube.r1, cube.g1, cube.b0)] in volume() 372 - moment[getIndex(cube.r1, cube.g0, cube.b1)] in volume() 373 + moment[getIndex(cube.r1, cube.g0, cube.b0)] in volume() 374 - moment[getIndex(cube.r0, cube.g1, cube.b1)] in volume() 375 + moment[getIndex(cube.r0, cube.g1, cube.b0)] in volume() 376 + moment[getIndex(cube.r0, cube.g0, cube.b1)] in volume() 377 - moment[getIndex(cube.r0, cube.g0, cube.b0)]); in volume() 383 return -moment[getIndex(cube.r0, cube.g1, cube.b1)] in bottom() [all …]
|
/aosp14/frameworks/base/packages/SystemUI/docs/ |
H A D | kotlin-in-sysui.md | 11 the moment.
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | BLASTSync.md | 92 The trickiest part of the implementation at the moment is due to assosciating seqId. Currently we s…
|
/aosp14/system/core/init/ |
H A D | README.md | 464 the 'boot' event trigger happens and the property a equals b at the moment. This
|
/aosp14/frameworks/base/media/native/midi/include/ |
H A D | Doxyfile | 2002 # still experimental and incomplete at the moment. 2014 # Note that this feature is still experimental and incomplete at the moment.
|