Searched refs:idcProperties (Results 1 – 2 of 2) sorted by relevance
88 void PropertyProvider::loadPropertiesFromIdcFile(const PropertyMap& idcProperties) { in loadPropertiesFromIdcFile() argument93 for (const std::string& key : idcProperties.getKeysWithPrefix(gesturePropPrefix)) { in loadPropertiesFromIdcFile()103 it->second.trySetFromIdcProperty(idcProperties, key); in loadPropertiesFromIdcFile()249 void GesturesProp::trySetFromIdcProperty(const android::PropertyMap& idcProperties, in trySetFromIdcProperty() argument259 if (std::optional<int32_t> value = idcProperties.getInt(propertyName); value) { in trySetFromIdcProperty()265 if (std::optional<bool> value = idcProperties.getBool(propertyName); value) { in trySetFromIdcProperty()271 if (std::optional<double> value = idcProperties.getDouble(propertyName); value) { in trySetFromIdcProperty()
39 void loadPropertiesFromIdcFile(const PropertyMap& idcProperties);89 void trySetFromIdcProperty(const android::PropertyMap& idcProperties,