Home
last modified time | relevance | path

Searched refs:step (Results 1 – 25 of 95) sorted by relevance

1234

/aosp14/system/core/
H A DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/bin/reboot)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/default.prop)
61 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/vendor)
62 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/init.rc)
73 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/root)
80 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/recovery/root/)
83 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/root/sbin)
85 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/product_services)
[all …]
/aosp14/frameworks/base/
H A DCleanSpec.mk57 $(call add-clean-step, rm -f $(PRODUCT_OUT)/obj/lib/libequalizer.so)
59 $(call add-clean-step, rm -f $(PRODUCT_OUT)/obj/lib/libreverb.so)
69 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/soundfx/)
76 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/libhwui.so)
78 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libhwui.so)
92 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/build.prop)
109 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media/audio/)
113 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media/audio/)
115 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media/audio/)
117 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/media/audio/)
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
H A DKeyguardTransitionInteractor.kt64 repository.transitions.filter { step -> step.to == GONE }
68 repository.transitions.filter { step -> step.to == AOD }
72 repository.transitions.filter { step -> step.from == DREAMING }
76 repository.transitions.filter { step -> step.to == LOCKSCREEN }
80 repository.transitions.filter { step -> step.to == OCCLUDED }
84 repository.transitions.filter { step -> step.to == PRIMARY_BOUNCER }
88 repository.transitions.filter { step -> step.to == DREAMING }
151 aodToLockscreenTransition.map { step -> step.copy(value = 1f - step.value) },
170 .map { step -> step.to }
176 .map { step -> step.to }
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
H A DPrimaryBouncerToGoneTransitionViewModelTest.kt80 repository.sendTransitionStep(step(0.3f))
81 repository.sendTransitionStep(step(0.6f))
95 repository.sendTransitionStep(step(0.3f))
96 repository.sendTransitionStep(step(0.6f))
108 repository.sendTransitionStep(step(1f))
122 repository.sendTransitionStep(step(1f))
136 repository.sendTransitionStep(step(1f))
152 repository.sendTransitionStep(step(1f))
168 repository.sendTransitionStep(step(1f))
186 repository.sendTransitionStep(step(1f))
[all …]
H A DDreamingToLockscreenTransitionViewModelTest.kt77 repository.sendTransitionStep(step(0f))
78 repository.sendTransitionStep(step(0.3f))
79 repository.sendTransitionStep(step(0.5f))
80 repository.sendTransitionStep(step(0.6f))
82 repository.sendTransitionStep(step(1f))
99 repository.sendTransitionStep(step(0f))
103 repository.sendTransitionStep(step(1f))
121 repository.sendTransitionStep(step(0f))
125 repository.sendTransitionStep(step(1f))
143 repository.sendTransitionStep(step(0f))
[all …]
H A DLockscreenToOccludedTransitionViewModelTest.kt67 repository.sendTransitionStep(step(0f))
68 repository.sendTransitionStep(step(0.1f))
69 repository.sendTransitionStep(step(0.4f))
70 repository.sendTransitionStep(step(0.7f))
72 repository.sendTransitionStep(step(1f))
93 repository.sendTransitionStep(step(0f))
94 repository.sendTransitionStep(step(0.3f))
95 repository.sendTransitionStep(step(0.5f))
96 repository.sendTransitionStep(step(1f))
115 repository.sendTransitionStep(step(0f))
[all …]
H A DOccludedToLockscreenTransitionViewModelTest.kt66 repository.sendTransitionStep(step(0.1f))
68 repository.sendTransitionStep(step(0.3f))
69 repository.sendTransitionStep(step(0.4f))
70 repository.sendTransitionStep(step(0.5f))
71 repository.sendTransitionStep(step(0.6f))
73 repository.sendTransitionStep(step(0.8f))
74 repository.sendTransitionStep(step(1f))
92 repository.sendTransitionStep(step(0f))
93 repository.sendTransitionStep(step(0.3f))
95 repository.sendTransitionStep(step(1f))
[all …]
H A DLockscreenToDreamingTransitionViewModelTest.kt66 repository.sendTransitionStep(step(0f, TransitionState.STARTED))
67 repository.sendTransitionStep(step(0f))
68 repository.sendTransitionStep(step(0.1f))
69 repository.sendTransitionStep(step(0.2f))
70 repository.sendTransitionStep(step(0.3f))
72 repository.sendTransitionStep(step(1f))
92 repository.sendTransitionStep(step(0f))
93 repository.sendTransitionStep(step(0.3f))
94 repository.sendTransitionStep(step(0.5f))
95 repository.sendTransitionStep(step(1f))
[all …]
H A DGoneToDreamingTransitionViewModelTest.kt66 repository.sendTransitionStep(step(0f, TransitionState.STARTED))
67 repository.sendTransitionStep(step(0f))
68 repository.sendTransitionStep(step(0.1f))
69 repository.sendTransitionStep(step(0.2f))
70 repository.sendTransitionStep(step(0.3f))
72 repository.sendTransitionStep(step(1f))
92 repository.sendTransitionStep(step(0f, TransitionState.STARTED))
93 repository.sendTransitionStep(step(0f))
94 repository.sendTransitionStep(step(0.3f))
95 repository.sendTransitionStep(step(0.5f))
[all …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/
H A DKeyguardTransitionAnimationFlowTest.kt75 repository.sendTransitionStep(step(1f, TransitionState.FINISHED))
101 repository.sendTransitionStep(step(0f, TransitionState.STARTED))
105 repository.sendTransitionStep(step(0.1f, TransitionState.RUNNING))
107 repository.sendTransitionStep(step(0.5f, TransitionState.RUNNING))
109 repository.sendTransitionStep(step(0.6f, TransitionState.RUNNING))
113 repository.sendTransitionStep(step(1f, TransitionState.RUNNING))
126 repository.sendTransitionStep(step(0f, TransitionState.STARTED))
134 repository.sendTransitionStep(step(1f, TransitionState.RUNNING))
146 repository.sendTransitionStep(step(0f, TransitionState.STARTED))
154 repository.sendTransitionStep(step(1f, TransitionState.RUNNING))
[all …]
/aosp14/frameworks/base/data/etc/
H A DCleanSpec.mk47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/product/etc/permissions/com.android.carrierconfig.xml)
48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product/etc/permissions/com.android.emergency.x…
49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/product/etc/permissions/com.android.emergency.xml)
50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product/etc/permissions/com.android.provision.x…
51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/product/etc/permissions/com.android.provision.xml)
52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product/etc/permissions/com.android.settings.xm…
53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/product/etc/permissions/com.android.settings.xml)
54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product/etc/permissions/com.android.launcher3.x…
55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/product/etc/permissions/com.android.launcher3.xml)
56 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/product/etc/permissions/com.android.systemui.xm…
[all …]
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dindex.ts30 step: 0,
67 step: 2,
68 evalExistingEntry: (_attrValue, { isHidden, replaceToken, step }, _qItem) => {
69 if (step[0] != 'ignore')
84 step: 3,
97 if (step[0] == 'update')
110 step: 4,
118 step: 5,
142 .filter(([_originalToken, { step }]) => step[0] == 'update')
181 .filter(([_originalToken, { step }]) => step[0] == 'update')
[all …]
/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
H A DprocessXML.ts29 step: number;
48 step,
59 migItem.step[step] = 'ignore';
70 migItem.step[step] = 'add';
90 if (DOM.updateElement(qEl, processOptions)) migItem.step[step] = 'update';
95 migItem.step[step] = 'duplicate';
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/
H A DKeyguardTransitionAnimationFlow.kt69 fun stepToValue(step: TransitionStep): Float? {
70 val value = (step.value - start) * chunks
71 return when (step.transitionState) {
98 .map { step ->
99 when (step.transitionState) {
100 STARTED -> stepToValue(step)
101 RUNNING -> stepToValue(step)
/aosp14/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/
H A DSurfaceFlingerPerfTest.java145 int step = 0; in geometryChanges() local
147 step = ++step % MAX_POSITION; in geometryChanges()
148 mTransaction.setPosition(mSurfaceControls.get(0), step, step); in geometryChanges()
149 float scale = ((step * MAX_SCALE) / MAX_POSITION) + 0.5f; in geometryChanges()
157 int step = 0; in geometryWithBufferChanges() local
159 step = ++step % MAX_POSITION; in geometryWithBufferChanges()
160 mTransaction.setPosition(mSurfaceControls.get(0), step, step); in geometryWithBufferChanges()
161 float scale = ((step * MAX_SCALE) / MAX_POSITION) + 0.5f; in geometryWithBufferChanges()
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DPowerProfile.java529 for (int step = 0; step < steps; step++) { in initCpuPowerBrackets()
546 for (int step = 0; step < steps; step++) { in initCpuPowerBrackets()
558 for (int step = 0; step < steps; step++) { in initCpuPowerBrackets()
617 public double getAveragePowerForCpuCore(int cluster, int step) { in getAveragePowerForCpuCore() argument
638 for (int step = 0; step < brackets.length; step++) { in getCpuPowerBracketDescription()
639 if (brackets[step] == powerBracket) { in getCpuPowerBracketDescription()
647 if (freqs != null && step < freqs.length) { in getCpuPowerBracketDescription()
649 sb.append(freqs[step].intValue() / 1000); in getCpuPowerBracketDescription()
664 public int getPowerBracketForCpuCore(int cluster, int step) { in getPowerBracketForCpuCore() argument
667 && step >= 0 in getPowerBracketForCpuCore()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardTransitionRepository.kt70 return transitions.filter { step -> step.from == from && step.to == to }
237 private fun trace(step: TransitionStep, isManual: Boolean) {
238 if (step.transitionState == TransitionState.RUNNING) {
249 if (step.transitionState == TransitionState.STARTED) {
252 step.transitionState == TransitionState.FINISHED ||
253 step.transitionState == TransitionState.CANCELED
/aosp14/frameworks/base/core/tests/coretests/src/android/os/vibrator/
H A DStepSegmentTest.java53 StepSegment step = new StepSegment(/* amplitude= */ 1f, /* frequencyHz= */ 1f, in testCreation() local
56 assertEquals(100, step.getDuration()); in testCreation()
57 assertTrue(step.hasNonZeroAmplitude()); in testCreation()
58 assertEquals(1f, step.getAmplitude()); in testCreation()
59 assertEquals(1f, step.getFrequencyHz()); in testCreation()
113 StepSegment step = new StepSegment(VibrationEffect.DEFAULT_AMPLITUDE, 0, 0); in testApplyEffectStrength_ignoresAndReturnsSameEffect() local
114 assertSame(step, step.applyEffectStrength(VibrationEffect.EFFECT_STRENGTH_STRONG)); in testApplyEffectStrength_ignoresAndReturnsSameEffect()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/view/
H A DListViewCaptureHelperTest.java58 int step = (target.getHeight() - verticalPadding) / 2; in setInitialScrollPosition() local
60 while (offset > step) { in setInitialScrollPosition()
61 target.scrollListBy(step); in setInitialScrollPosition()
62 offset -= step; in setInitialScrollPosition()
/aosp14/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationStepConductor.java501 Step step; in processCancel() local
502 while ((step = pollNext()) != null) { in processCancel()
503 cleanUpSteps.addAll(step.cancel()); in processCancel()
522 Step step; in processCancelImmediately() local
523 while ((step = pollNext()) != null) { in processCancelImmediately()
524 step.cancelImmediately(); in processCancelImmediately()
545 Step step = it.next(); in processVibratorsComplete() local
546 if (step.acceptVibratorCompleteCallback(vibratorId)) { in processVibratorsComplete()
548 mPendingOnVibratorCompleteSteps.offer(step); in processVibratorsComplete()
/aosp14/frameworks/base/media/tests/SoundPoolTest/src/com/android/
H A DSoundPoolTest.java155 for (int step = 0; step < count; step++) { in TestScales()
157 NORMAL_PRIORITY, DEFAULT_LOOP, mScale[step]); in TestScales()
186 for (int step = 1; step < count; step++) { in TestRates()
188 mSoundPool.setRate(id, mScale[step]); in TestRates()
189 if (DEBUG) Log.d(LOG_TAG, "Change rate " + mScale[step]); in TestRates()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DKeyguardTransitionRepositoryTest.kt106 val firstTransitionSteps = listWithStep(step = BigDecimal(.1), stop = BigDecimal(.1))
109 val secondTransitionSteps = listWithStep(step = BigDecimal(.1), start = BigDecimal(.1))
193 step: BigDecimal,
202 i = (i + step).setScale(2, RoundingMode.HALF_UP)
225 val step = steps[index + 1] regex
227 BigDecimal(step.value.toDouble()).setScale(2, RoundingMode.HALF_UP).toFloat()
228 assertThat(step.copy(value = truncatedValue))
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGLDepthTestActivity.java166 float step = ((float)i) / REPEAT_RECTANGLES; in onDrawFrame() local
168 Matrix.translateM(mMMatrix, 0, 0, step, step / 2); in onDrawFrame()
174 GLES20.glUniform4f(muOverlayHandle, step , step, step , step); in onDrawFrame()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DFontScaleConverterFactoryTest.kt51 generateSequenceOfFractions(-10000f..10000f, step = 0.01f)
144 generateSequenceOfFractions(-10f..10f, step = 0.1f)
148 generateSequenceOfFractions(-2000f..2000f, step = 0.1f)
169 val fractions = generateSequenceOfFractions(-1000f..1000f, step = 0.1f)
197 val fractions = generateSequenceOfFractions(-1000f..1000f, step = 0.1f)
225 step: Float
227 val multiplier = 1f / step
/aosp14/frameworks/base/packages/WAPPushManager/
H A DCleanSpec.mk51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/app/WAPPushManager)
52 $(call add-clean-step, rm -rf $(TARGET_OUT_PRODUCT)/app/WAPPushManager)

1234