Home
last modified time | relevance | path

Searched defs:steps (Results 1 – 25 of 94) sorted by relevance

1234

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardTransitionInteractorTest.kt68 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 Drs_steps_interpolator.cpp25 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 DKeyguardTransitionRepositoryTest.kt75 val steps = mutableListOf<TransitionStep>() regex
91 val steps = mutableListOf<TransitionStep>() regex
119 val steps = mutableListOf<TransitionStep>() regex
197 val steps = mutableListOf<BigDecimal>() regex
/aosp12/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java198 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 DUiScrollable.java414 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()
/aosp14/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiObject.java198 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 DUiScrollable.java414 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()
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DRampToStepAdapter.java55 List<StepSegment> steps = apply((RampSegment) segment); in apply() local
76 List<StepSegment> steps = new ArrayList<>(); in apply() local
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DRampToStepAdapter.java56 List<StepSegment> steps = apply(info, (RampSegment) segment); in apply() local
78 List<StepSegment> steps = new ArrayList<>(); in apply() local
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DGestureDescriptionTest.java147 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
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DGestureDescriptionTest.java147 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 Drs_steps_interpolator_test.cpp43 int32_t steps = 4; variable
76 int32_t steps = 4; variable
/ohos5.0/commonlibrary/rust/ylong_json/src/value/array/
H A Dlinked_list.rs300 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
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DGestureBot.java90 public void bandSelection(Point start, Point end, int steps) throws Exception { in bandSelection()
97 private void fingerSelection(Point start, Point end, int steps) throws Exception { in fingerSelection()
115 private void swipe(int downX, int downY, int upX, int upY, int steps, int button, in swipe()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DHistogram.java37 int steps = (h + step - 1) / step; in createTest() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DCacheProcessing.java71 Vector<CacheStep> steps = new Vector<CacheStep>(); in buildSteps() local
144 Vector<CacheStep> steps = CacheStep.buildSteps(filters); in process() local
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
H A DGestureHelper.java103 @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()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DHistogram.java43 int steps = (h + step - 1) / step; in createTest() local
/aosp14/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/service/notification/scenarios/
H A DNotificationUtils.kt38 var steps = 25 regex
/aosp14/frameworks/base/services/core/java/com/android/server/display/color/
H A DCctEvaluator.java53 CctEvaluator(int min, int max, int[] cctRangeMinimums, int[] steps) { in CctEvaluator()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceEnrollAnimationDrawable.java89 public void onEnrollmentProgressChange(int steps, int remaining) { in onEnrollmentProgressChange()
/aosp12/frameworks/layoutlib/bridge/src/android/webkit/
H A DWebView.java132 public boolean canGoBackOrForward(int steps) { in canGoBackOrForward()
136 public void goBackOrForward(int steps) { in goBackOrForward()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java491 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 DOpenAppFromNotificationWarmTest.kt78 var steps = 25 regex
/ohos5.0/base/msdp/device_status/utils/common/src/
H A Danimation_curve.cpp121 auto steps = static_cast<int32_t>(curve[ARG_0]); in CreateStepsCurve() local

1234