/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | KeyguardTransitionInteractorTest.kt | 68 val steps = mutableListOf<TransitionStep>() regex 91 val steps = mutableListOf<TransitionStep>() regex 121 val steps = mutableListOf<TransitionStep>() regex 143 val steps = mutableListOf<TransitionStep>() regex 165 val steps = mutableListOf<TransitionStep>() regex 187 val steps = mutableListOf<TransitionStep>() regex
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_steps_interpolator.cpp | 25 RSStepsInterpolator::RSStepsInterpolator(int32_t steps, StepsCurvePosition position) in RSStepsInterpolator() 29 RSStepsInterpolator::RSStepsInterpolator(uint64_t id, int32_t steps, StepsCurvePosition position) in RSStepsInterpolator() 53 int32_t steps = 0; in Unmarshalling() local
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
H A D | KeyguardTransitionRepositoryTest.kt | 75 val steps = mutableListOf<TransitionStep>() regex 91 val steps = mutableListOf<TransitionStep>() regex 119 val steps = mutableListOf<TransitionStep>() regex 197 val steps = mutableListOf<BigDecimal>() regex
|
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
H A D | UiObject.java | 198 public boolean dragTo(UiObject destObj, int steps) throws UiObjectNotFoundException { in dragTo() 218 public boolean dragTo(int destX, int destY, int steps) throws UiObjectNotFoundException { in dragTo() 240 public boolean swipeUp(int steps) throws UiObjectNotFoundException { in swipeUp() 268 public boolean swipeDown(int steps) throws UiObjectNotFoundException { in swipeDown() 296 public boolean swipeLeft(int steps) throws UiObjectNotFoundException { in swipeLeft() 323 public boolean swipeRight(int steps) throws UiObjectNotFoundException { in swipeRight() 927 public boolean pinchOut(int percent, int steps) throws UiObjectNotFoundException { in pinchOut() 965 public boolean pinchIn(int percent, int steps) throws UiObjectNotFoundException { in pinchIn() 1004 Point endPoint2, int steps) { in performTwoPointerGesture()
|
H A D | UiScrollable.java | 414 public boolean scrollForward(int steps) throws UiObjectNotFoundException { in scrollForward() 493 public boolean scrollBackward(int steps) throws UiObjectNotFoundException { in scrollBackward() 541 public boolean scrollToBeginning(int maxSwipes, int steps) throws UiObjectNotFoundException { in scrollToBeginning() 593 public boolean scrollToEnd(int maxSwipes, int steps) throws UiObjectNotFoundException { in scrollToEnd()
|
H A D | UiDevice.java | 430 public boolean swipe(int startX, int startY, int endX, int endY, int steps) { in swipe() 451 public boolean drag(int startX, int startY, int endX, int endY, int steps) { in drag()
|
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/ |
H A D | RampToStepAdapter.java | 56 List<StepSegment> steps = apply(info, (RampSegment) segment); in apply() local 78 List<StepSegment> steps = new ArrayList<>(); in apply() local
|
H A D | RampDownAdapter.java | 198 List<VibrationEffectSegment> steps = new ArrayList<>(); in createStepsDown() local
|
H A D | StartSequentialEffectStep.java | 173 AbstractVibratorStep[] steps = new AbstractVibratorStep[vibratorCount]; in startVibrating() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
H A D | GestureDescriptionTest.java | 147 List<GestureStep> steps = MotionEventGenerator in testPathsWithOverlappingTiming_produceCorrectSteps() local 209 List<GestureStep> steps = MotionEventGenerator in testMaxTouchpoints_shouldHaveValidCoords() local 250 List<GestureStep> steps = MotionEventGenerator in testGetGestureSteps_continuedStroke_hasNoEndPoint() local 265 List<GestureStep> steps = MotionEventGenerator in testGetGestureSteps_continuingStroke_hasNoStartPointAndHasContinuedId() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/animation/ |
H A D | rs_steps_interpolator_test.cpp | 43 int32_t steps = 4; variable 76 int32_t steps = 4; variable
|
/ohos5.0/commonlibrary/rust/ylong_json/src/value/array/ |
H A D | linked_list.rs | 300 let mut steps = len - 1 - index; in get_cursor() localVariable 309 let mut steps = index; in get_cursor() localVariable 329 let mut steps = len - 1 - index; in get_cursor_mut() localVariable 338 let mut steps = index; in get_cursor_mut() localVariable
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/ |
H A D | GestureHelper.java | 103 @NonNull Tuple endPoint, int steps) { in dragWithoutRelease() 148 @NonNull Tuple endPoint1, @NonNull Tuple endPoint2, int steps) { in pinch() 209 @NonNull PointerCoords[] coords, @NonNull Tuple[] endPoints, long downTime, int steps) { in movePointers()
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/service/notification/scenarios/ |
H A D | NotificationUtils.kt | 38 var steps = 25 regex
|
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/ |
H A D | CctEvaluator.java | 53 CctEvaluator(int min, int max, int[] cctRangeMinimums, int[] steps) { in CctEvaluator()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | PowerProfile.java | 491 final int steps = getNumSpeedStepsInCpuCluster(cluster); in initCpuPowerBrackets() local 528 final int steps = getNumSpeedStepsInCpuCluster(cluster); in initCpuPowerBrackets() local 545 final int steps = getNumSpeedStepsInCpuCluster(cluster); in initCpuPowerBrackets() local 557 final int steps = getNumSpeedStepsInCpuCluster(cluster); in initCpuPowerBrackets() local
|
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/notification/ |
H A D | OpenAppFromNotificationWarmTest.kt | 78 var steps = 25 regex
|
/ohos5.0/base/msdp/device_status/utils/common/src/ |
H A D | animation_curve.cpp | 121 auto steps = static_cast<int32_t>(curve[ARG_0]); in CreateStepsCurve() local
|
/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | VelocityTest.java | 257 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, in drag() 266 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, in drag()
|
/ohos5.0/foundation/arkui/ui_lite/test/autotest/include/ |
H A D | ui_test_message.h | 47 std::vector<TestSteps> steps; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_rating.cpp | 126 auto steps = info[0]->ToNumber<double>(); in SetStepSize() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/animation/ |
H A D | rs_animation_timing_curve.cpp | 112 RSAnimationTimingCurve RSAnimationTimingCurve::CreateStepsCurve(int32_t steps, StepsCurvePosition p… in CreateStepsCurve()
|
/ohos5.0/foundation/arkui/ui_lite/test/autotest/src/ |
H A D | tcp_socket_manager.cpp | 98 void TcpSocketClientManager::OnGetTestSetps(QJsonArray array, std::vector<TestSteps>& steps) in OnGetTestSetps()
|
H A D | ui_auto_test.cpp | 166 void UIAutoTest::OnTestBySteps(std::vector<TestSteps> steps, std::string className) in OnTestBySteps()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/track/ |
H A D | render_track.h | 146 void SetSliderSteps(double steps) in SetSliderSteps()
|