/frameworks/base/core/java/android/text/ |
D | PackedObjectVector.java | 135 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local 137 … for (int i = mRowGapStart + mRowGapLength; i < mRowGapStart + mRowGapLength + moving; i++) in moveRowGapTo() 151 int moving = mRowGapStart - where; in moveRowGapTo() local 153 for (int i = where + moving - 1; i >= where; i--) in moveRowGapTo() 155 int destrow = i - where + mRowGapStart + mRowGapLength - moving; in moveRowGapTo()
|
D | PackedIntVector.java | 322 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local 328 for (int i = gapend; i < gapend + moving; i++) { in moveRowGapTo() 346 int moving = mRowGapStart - where; in moveRowGapTo() local 352 for (int i = where + moving - 1; i >= where; i--) { in moveRowGapTo() 353 int destrow = i - where + gapend - moving; in moveRowGapTo()
|
/frameworks/base/data/keyboards/ |
D | Vendor_054c_Product_09cc.idc | 47 # actually moving smoothly across the touchpad, triggering the touchpad stack's 48 # drumroll detection logic. For moving fingers, the drumroll detection logic 51 # fingers, it prevents tapping to click because it thinks the finger's moving
|
D | Vendor_054c_Product_05c4.idc | 47 # actually moving smoothly across the touchpad, triggering the touchpad stack's 48 # drumroll detection logic. For moving fingers, the drumroll detection logic 51 # fingers, it prevents tapping to click because it thinks the finger's moving
|
/frameworks/base/core/java/com/android/internal/view/ |
D | FloatingActionMode.java | 361 public void setMoving(boolean moving) { in setMoving() argument 366 if (!moving || showingLongEnough) { in setMoving() 367 mMoving = moving; in setMoving()
|
/frameworks/base/core/java/android/service/notification/ |
D | flags.aconfig | 8 description: "This flag controls moving ranking update contents into ashmem"
|
/frameworks/base/services/core/java/com/android/server/power/ |
D | FaceDownDetector.java | 267 final boolean moving = curTime - mPrevAccelerationTime <= mTimeThreshold.toNanos(); 286 if (!moving && isFaceDownForPeriod && !mFaceDown) {
|
/frameworks/base/core/java/android/app/ |
D | notification.aconfig | 36 description: "Enables moving notification lifetime extension management from SystemUI to "
|
/frameworks/libs/systemui/weathereffects/graphics/assets/shaders/ |
D | simplex2d.agsl | 69 // 2) The noise is moving quickly.
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraAgent.java | 178 public void onAutoFocusMoving(boolean moving, CameraProxy camera); in onAutoFocusMoving() argument
|
D | AndroidCamera2AgentImpl.java | 1106 public void onAutoFocusMoving(final boolean moving, in setAutoFocusMoveCallback() 1111 cb.onAutoFocusMoving(moving, camera); in setAutoFocusMoveCallback()
|
D | AndroidCameraAgentImpl.java | 1162 final boolean moving, android.hardware.Camera camera) { in onAutoFocusMoving() argument 1166 mCallback.onAutoFocusMoving(moving, mCamera); in onAutoFocusMoving()
|
/frameworks/av/media/audio/aconfig/ |
D | README.md | 102 staging on gantry. There is no benefit to adding a flag but not moving into staging.
|
/frameworks/base/packages/SystemUI/docs/ |
D | physics-animation-layout.md | 54 For example, moving the first child view:
|
/frameworks/base/proto/src/metrics_constants/ |
D | metrics_constants.proto | 1975 // Settings -> Accessibility -> Click after pointer stops moving 3720 // VALUE: true if it was entered while hiding as a result of moving to
|
/frameworks/proto_logging/stats/enums/app/ |
D | settings_enums.proto | 2442 // Settings -> Accessibility -> Click after pointer stops moving
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 21252 // content before moving to the terminated state.
|