Home
last modified time | relevance | path

Searched refs:Box (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/com/android/internal/graphics/palette/
DWuQuantizer.java59 private Box[] mCubes;
182 mCubes = new Box[maxColorCount]; in createBoxes()
184 mCubes[i] = new Box(); in createBoxes()
187 Box firstBox = mCubes[0]; in createBoxes()
226 Box cube = mCubes[i]; in createResult()
241 private double variance(Box cube) { in variance()
261 private boolean cut(Box one, Box two) { in cut()
322 Box cube, in maximize()
369 private static int volume(Box cube, int[] moment) { in volume()
380 private static int bottom(Box cube, Direction direction, int[] moment) { in bottom()
[all …]
/frameworks/av/media/extractors/mp4/
DItemTable.cpp99 struct Box { struct
101 Box(DataSourceHelper *source, uint32_t type) : in Box() argument
104 virtual ~Box() {} in ~Box() argument
124 status_t Box::parseChunk(off64_t *offset) { in parseChunk()
177 status_t Box::parseChunks(off64_t offset, size_t size) { in parseChunks()
193 struct FullBox : public Box {
196 Box(source, type), mVersion(0), mFlags(0) {} in FullBox()
477 struct ItemReference : public Box, public RefBase {
479 Box(source, type), mItemId(0), mRefIdSize(itemIdSize) {} in ItemReference()
741 struct HvccBox : public Box, public ItemProperty {
[all …]
/frameworks/native/libs/binder/rust/src/
Dbinder.rs357 pub struct Strong<I: FromIBinder + ?Sized>(Box<I>);
361 pub fn new(binder: Box<I>) -> Self { in new()
885 pub struct $native(Box<dyn $interface + Sync + Send + 'static>);
890 …let mut binder = $crate::binder_impl::Binder::new_with_stability($native(Box::new(inner)), $stabil…
893 $crate::Strong::new(Box::new(binder))
952 …return Ok($crate::Strong::new(Box::new(<$proxy as $crate::binder_impl::Proxy>::from_binder(ibinder…
962 return Ok($crate::Strong::new(Box::new(service)));
965 …return Ok($crate::Strong::new(Box::new(<$proxy as $crate::binder_impl::Proxy>::from_binder(ibinder…
1020 …return Ok($crate::Strong::new(Box::new(<$proxy as $crate::binder_impl::Proxy>::from_binder(ibinder…
1034 …return Ok($crate::Strong::new(Box::new(<$proxy as $crate::binder_impl::Proxy>::from_binder(ibinder…
Dnative.rs90 let rust_object = Box::into_raw(Box::new(rust_object)); in new_with_stability()
300 Box::from_raw(object as *mut T); in on_destroy()
Dbinder_async.rs22 pub type BoxFuture<'a, T> = Pin<Box<dyn Future<Output = T> + Send + 'a>>;
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt28 import androidx.compose.foundation.layout.Box in <lambda>()
184 Box( in Expandable()
250 Box( in Expandable()
280 Box( in Expandable()
347 Box( in AnimatedContentInOverlay()
360 Box(contentModifier) { content(controller.expandable) } in AnimatedContentInOverlay()
/frameworks/native/libs/binder/rust/binder_tokio/
Dlib.rs107 Box::pin(after_spawn(result)) in spawn()
110 Box::pin(async move { in spawn()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/pager/
DPager.kt24 import androidx.compose.foundation.layout.Box in <lambda>()
238 Box( in Pager()
266 Box( in Pager()
/frameworks/native/libs/binder/rust/tests/
Dintegration.rs58 let mut service = Binder::new(BnTest(Box::new(TestService::new(&service_name)))); in main()
296 Box::pin(async move { res }) in test()
301 Box::pin(async move { res }) in get_dump_args()
306 Box::pin(async move { res }) in get_selinux_context()
311 Box::pin(async move { res }) in get_is_handling_transaction()
840 let service = Binder::new(BnTest(Box::new(TestService::new("testing_service")))); in associate_existing_class()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt24 import androidx.compose.foundation.layout.Box in <lambda>()
277 Box(Modifier.size(40.dp)) { in NumberButton()
278 Box( in NumberButton()
/frameworks/base/data/keyboards/
DVendor_045e_Product_02e3.kl16 # Microsoft X-Box One Elite Pad - Model 1698 - USB
DVendor_045e_Product_028f.kl16 # Microsoft X-Box 360 pad v2
DVendor_0079_Product_18d4.kl16 # GPD Win 2 X-Box Controller
/frameworks/native/libs/binder/rust/src/parcel/
Dparcelable.rs892 impl<T: Serialize> Serialize for Box<T> { implementation
898 impl<T: Deserialize> Deserialize for Box<T> { implementation
900 Deserialize::deserialize(parcel).map(Box::new) in deserialize()
904 impl<T: SerializeOption> SerializeOption for Box<T> { implementation
910 impl<T: DeserializeOption> DeserializeOption for Box<T> { implementation
912 DeserializeOption::deserialize_option(parcel).map(|t| t.map(Box::new)) in deserialize_option()
/frameworks/base/config/
Dpreloaded-classes14976 java.util.stream.ReduceOps$Box
Dboot-image-profile.txt30092 HSPLjava/util/stream/ReduceOps$Box;-><init>()V
30093 HSPLjava/util/stream/ReduceOps$Box;->get()Ljava/lang/Object;
47618 Ljava/util/stream/ReduceOps$Box;