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

/frameworks/base/libs/hwui/utils/
H A DSortedList.h81 TYPE& editItemAt(size_t index) { function in class:android::uirenderer::SortedList
/frameworks/native/include/utils/
H A DSortedVector.h109 //! editItemAt() MUST NOT change the order of this item
110 TYPE& editItemAt(size_t index) { function in class:android::SortedVector
H A DVector.h108 TYPE& editItemAt(size_t index);
290 TYPE& Vector<TYPE>::editItemAt(size_t index) { function in class:android::Vector

Completed in 343 milliseconds