Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DPackedObjectVector.java135 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local
151 int moving = mRowGapStart - where; in moveRowGapTo() local
DPackedIntVector.java322 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local
346 int moving = mRowGapStart - where; in moveRowGapTo() local
/frameworks/base/core/java/com/android/internal/view/
DFloatingActionMode.java352 public void setMoving(boolean moving) { in setMoving()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleData.java563 List<Bubble> moving = new ArrayList<>(); in packGroup() local
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraAgent.java178 public void onAutoFocusMoving(boolean moving, CameraProxy camera); in onAutoFocusMoving()
DAndroidCameraAgentImpl.java1162 final boolean moving, android.hardware.Camera camera) { in onAutoFocusMoving()