Searched refs:Appearance (Results 1 – 10 of 10) sorted by relevance
/packages/apps/Car/SystemUI/src/com/android/systemui/wm/ |
D | DisplaySystemBarsInsetsControllerHost.java | 111 @WindowInsetsController.Appearance int appearance, in setSystemBarsAppearance() 112 @WindowInsetsController.Appearance int mask) { in setSystemBarsAppearance() 117 public @WindowInsetsController.Appearance int getSystemBarsAppearance() { in getSystemBarsAppearance()
|
/packages/modules/Bluetooth/system/gd/discovery/device/ |
D | bt_property.cc | 346 std::shared_ptr<Appearance> Appearance::Create(const uint16_t& appearance) { in Create() 347 return std::make_shared<Appearance>(Appearance(appearance)); in Create()
|
D | bt_property.h | 239 class Appearance : public BtPropertySimple<uint16_t> { 241 Appearance(const uint16_t& appearance) in Appearance() function 244 static std::shared_ptr<Appearance> Create(const uint16_t& appearance);
|
D | bt_property_unittest.cc | 241 properties.push_back(Appearance::Create(kAppearance)); in fill_property()
|
/packages/modules/Bluetooth/system/gd/rust/linux/mgmt/test/migrate/ |
D | fake_bluez_info.toml | 4 Appearance=0x03c2 qkey
|
/packages/modules/Bluetooth/system/gd/rust/topshim/src/ |
D | btif.rs | 165 Appearance, enumerator 587 Appearance(u16), enumerator 630 BluetoothProperty::Appearance(_) => BtPropertyType::Appearance, in get_type() 662 BluetoothProperty::Appearance(_) => mem::size_of::<u16>(), in get_len() 760 BluetoothProperty::Appearance(appearance) => { in get_data_ptr() 849 BtPropertyType::Appearance => BluetoothProperty::Appearance(u16_from_bytes(slice)), in from()
|
/packages/modules/Bluetooth/floss/pandora/floss/ |
D | floss_enums.py | 194 Appearance = 0x12 variable in BtPropertyType
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/decor/ |
D | CarPrivacyChipViewController.java | 146 @WindowInsetsController.Appearance int appearance, in onSystemBarAttributesChanged()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBar.java | 598 @WindowInsetsController.Appearance int appearance, in onSystemBarAttributesChanged()
|
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
D | bluetooth.rs | 1173 BluetoothProperty::Appearance(p) => appearance = p.clone(), in send_metrics_remote_device_info() 2587 match self.get_remote_device_property(&device, &BtPropertyType::Appearance) { in get_remote_appearance() 2588 Some(BluetoothProperty::Appearance(appearance)) => appearance, in get_remote_appearance()
|