Searched refs:moving (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/text/
H A DPackedObjectVector.java135 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength);
137 for (int i = mRowGapStart + mRowGapLength; i < mRowGapStart + mRowGapLength + moving; i++)
151 int moving = mRowGapStart - where;
153 for (int i = where + moving - 1; i >= where; i--)
155 int destrow = i - where + mRowGapStart + mRowGapLength - moving;
H A DPackedIntVector.java322 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength);
328 for (int i = gapend; i < gapend + moving; i++) {
346 int moving = mRowGapStart - where;
352 for (int i = where + moving - 1; i >= where; i--) {
353 int destrow = i - where + gapend - moving;
/frameworks/base/core/java/com/android/internal/view/
H A DFloatingActionMode.java194 // Content rect is moving.
329 public void setMoving(boolean moving) { argument
330 mMoving = moving;
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
H A DCameraAgent.java178 public void onAutoFocusMoving(boolean moving, CameraProxy camera); argument
H A DAndroidCamera2AgentImpl.java205 // Available in FOCUS_LOCKED between AF trigger receipt and whenever the lens stops moving:
889 // scan, the motor is moving; otherwise, it has settled.
1106 public void onAutoFocusMoving(final boolean moving,
1111 cb.onAutoFocusMoving(moving, camera);
H A DAndroidCameraAgentImpl.java1162 final boolean moving, android.hardware.Camera camera) {
1166 mCallback.onAutoFocusMoving(moving, mCamera);
1161 onAutoFocusMoving( final boolean moving, android.hardware.Camera camera) argument

Completed in 1283 milliseconds