Home
last modified time | relevance | path

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

12

/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
/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
/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()
H A DUiDevice.java430 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 DRampToStepAdapter.java56 List<StepSegment> steps = apply(info, (RampSegment) segment); in apply() local
78 List<StepSegment> steps = new ArrayList<>(); in apply() local
H A DRampDownAdapter.java198 List<VibrationEffectSegment> steps = new ArrayList<>(); in createStepsDown() local
H A DStartSequentialEffectStep.java173 AbstractVibratorStep[] steps = new AbstractVibratorStep[vibratorCount]; in startVibrating() 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
/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()
/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()
H A DDisplayWhiteBalanceTintController.java144 int[] steps = res.getIntArray(R.array.config_displayWhiteBalanceDisplaySteps); in setUp() local
/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
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java257 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()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageMetrics.java186 ArrayList<Integer> steps = new ArrayList<>(); in getInstallStepDurations() local
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DDragAction.java311 float[][] steps = interpolate(startCoordinates, endCoordinates); in sendLinearDrag() local
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMotionEventInjector.java359 List<GestureStep> steps, long startTime) { in getMotionEventsFromGestureSteps()
/aosp14/frameworks/base/core/java/android/webkit/
H A DWebViewProvider.java166 public boolean canGoBackOrForward(int steps); in canGoBackOrForward()
168 public void goBackOrForward(int steps); in goBackOrForward()
H A DWebView.java984 public boolean canGoBackOrForward(int steps) { in canGoBackOrForward()
997 public void goBackOrForward(int steps) { in goBackOrForward()
/aosp14/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager2.h517 std::vector<Step> steps; member
/aosp14/frameworks/base/core/java/android/os/
H A DBatteryStats.java1346 public LevelStepTracker(int numSteps, long[] steps) { in LevelStepTracker()
1507 final long[] steps = mStepDurations; in computeTimePerLevel() local
1549 final long[] steps = mStepDurations; in computeTimeEstimate() local
1588 final long[] steps = mStepDurations; in addLevelSteps() local
7349 LevelStepTracker steps, boolean checkin) { in dumpDurationSteps()
7430 LevelStepTracker steps) { in dumpDurationSteps()
7624 LevelStepTracker steps, StringBuilder tmpSb, int[] tmpOutInt) { in dumpDailyLevelStepSummary()
7739 final LevelStepTracker steps = getDischargeLevelStepTracker(); in dumpLocked() local
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputHardwareManager.java1023 int steps = (sourceGain.maxValue() - sourceGain.minValue()) in updateAudioConfigLocked() local
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityService.java1225 List<GestureDescription.GestureStep> steps = in dispatchGesture() local

12