Searched defs:notes (Results 1 - 1 of 1) sorted by relevance

/system/media/camera/docs/
H A Dmetadata_model.py947 notes: A string describing the notes, or None.
950 def __init__(self, name, parent, id=None, optional=False, notes=None):
954 self._notes = notes # None or str
966 def notes(self): member in class:EnumValue
982 def __init__(self, parent, values, ids={}, optionals=[], notes={}):
984 [ EnumValue(val, self, ids.get(val), val in optionals, notes.get(val)) \
1032 type_notes: A string describing notes for the type, or None.
1062 enum_notes: A dictionary of value->notes strings.
1069 notes
1150 def notes(self): member in class:Entry
[all...]

Completed in 78 milliseconds