Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DPackedObjectVector.java136 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local
152 int moving = mRowGapStart - where; in moveRowGapTo() local
DPackedIntVector.java323 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local
347 int moving = mRowGapStart - where; in moveRowGapTo() local
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/tiling/
DTilingDividerView.kt53 private var moving = false variable
/frameworks/base/core/java/com/android/internal/view/
DFloatingActionMode.java361 public void setMoving(boolean moving) { in setMoving()
/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()