Home
last modified time | relevance | path

Searched refs:moveRowGapTo (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
DPackedObjectVector.java68 moveRowGapTo(row); in insertAt()
87 moveRowGapTo(row + count); in deleteAt()
128 moveRowGapTo(int where) in moveRowGapTo() method in PackedObjectVector
DPackedIntVector.java189 moveRowGapTo(row); in insertAt()
225 moveRowGapTo(row + count); in deleteAt()
318 private final void moveRowGapTo(int where) { in moveRowGapTo() method in PackedIntVector