Home
last modified time | relevance | path

Searched defs:moving (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/text/
H A DPackedObjectVector.java135 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local
151 int moving = mRowGapStart - where; in moveRowGapTo() local
H A DPackedIntVector.java322 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local
346 int moving = mRowGapStart - where; in moveRowGapTo() local
/aosp14/frameworks/base/core/java/com/android/internal/view/
H A DFloatingActionMode.java360 public void setMoving(boolean moving) { in setMoving()