Home
last modified time | relevance | path

Searched defs:step (Results 1 – 25 of 73) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardTransitionInteractor.kt64 repository.transitions.filter { step -> step.to == GONE } in <lambda>() method
68 repository.transitions.filter { step -> step.to == AOD } in <lambda>() method
72 repository.transitions.filter { step -> step.from == DREAMING } in <lambda>() method
76 repository.transitions.filter { step -> step.to == LOCKSCREEN } in <lambda>() method
80 repository.transitions.filter { step -> step.to == OCCLUDED } in <lambda>() method
84 repository.transitions.filter { step -> step.to == PRIMARY_BOUNCER } in <lambda>() method
88 repository.transitions.filter { step -> step.to == DREAMING } in <lambda>() method
92 repository.transitions.filter { step -> step.to == ALTERNATE_BOUNCER } in <lambda>() method
151 aodToLockscreenTransition.map { step -> step.copy(value = 1f - step.value) }, in <lambda>() method
157 repository.transitions.filter { step -> step.transitionState == TransitionState.STARTED } in <lambda>() method
[all …]
/frameworks/rs/cpu_ref/
DrsCpuIntrinsics_neon_Blur.S1403 .macro prefill_leftfill, next, after, ra, rb, step
1414 .macro prefill_leftedge, next, after, ra, rb, step
1422 .macro prefill_dofetch, next, after, ra, rb, step
1437 .macro prefill_rightedge, next, after, ra, rb, step
1448 .macro prefill_rightfill, next, after, ra, rb, step
1488 .macro prefill step=1, max_r=25, label=xx argument
1572 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
DrsCpuIntrinsics_advsimd_Blur.S1423 .macro prefill_leftfill, next, after, ra, rb, step
1434 .macro prefill_leftedge, next, after, ra, rb, step
1442 .macro prefill_dofetch, next, after, ra, rb, step
1457 .macro prefill_rightedge, next, after, ra, rb, step
1468 .macro prefill_rightfill, next, after, ra, rb, step
1514 .macro prefill step=1, max_r=25, label=xx argument
1605 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
/frameworks/rs/toolkit/
DBlur_neon.S1403 .macro prefill_leftfill, next, after, ra, rb, step
1414 .macro prefill_leftedge, next, after, ra, rb, step
1422 .macro prefill_dofetch, next, after, ra, rb, step
1437 .macro prefill_rightedge, next, after, ra, rb, step
1448 .macro prefill_rightfill, next, after, ra, rb, step
1488 .macro prefill step=1, max_r=25, label=xx argument
1572 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
DBlur_advsimd.S1423 .macro prefill_leftfill, next, after, ra, rb, step
1434 .macro prefill_leftedge, next, after, ra, rb, step
1442 .macro prefill_dofetch, next, after, ra, rb, step
1457 .macro prefill_rightedge, next, after, ra, rb, step
1468 .macro prefill_rightfill, next, after, ra, rb, step
1514 .macro prefill step=1, max_r=25, label=xx argument
1605 .macro conv_body core, step=1, max_r=25, labelc="", labelnc=""
/frameworks/av/media/libheadtracking/
DQuaternionUtil-test.cpp62 for (int step = -5; step <= 5; ++step) { in TEST() local
96 for (int step = -4; step <= 4; ++step) { in TEST() local
109 for (int step = -5; step <= 5; ++step) { in TEST() local
/frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNILib.java32 public static native void step(); in step() method in GL2JNILib
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/
DGLDualLib.java32 public static native void step(); in step() method in GLDualLib
/frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
DGLPerfLib.java32 public static native void step(); in step() method in GLPerfLib
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
DGLJNILib.java32 public static native void step(); in step() method in GLJNILib
/frameworks/base/core/tests/coretests/src/android/os/vibrator/
DStepSegmentTest.java53 StepSegment step = new StepSegment(/* amplitude= */ 1f, /* frequencyHz= */ 1f, in testCreation() local
113 StepSegment step = new StepSegment(VibrationEffect.DEFAULT_AMPLITUDE, 0, 0); in testApplyEffectStrength_ignoresAndReturnsSameEffect() local
/frameworks/av/media/module/codecs/g711/decoder/
Dg711DecMlaw.cpp31 int32_t step = 4 << segment; in DecodeMLaw() local
/frameworks/base/services/core/java/com/android/server/pm/
DPackageMetrics.java168 public void onStepStarted(@StepInt int step) { in onStepStarted()
172 public void onStepFinished(@StepInt int step) { in onStepFinished()
180 public void onStepFinished(@StepInt int step, long durationMillis) { in onStepFinished()
/frameworks/base/services/core/java/com/android/server/vibrator/
DVibrationStepConductor.java501 Step step; in processCancel() local
522 Step step; in processCancelImmediately() local
545 Step step = it.next(); in processVibratorsComplete() local
/frameworks/base/apct-tests/perftests/surfaceflinger/src/android/surfaceflinger/
DSurfaceFlingerPerfTest.java145 int step = 0; in geometryChanges() local
157 int step = 0; in geometryWithBufferChanges() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenToDreamingTransitionViewModelTest.kt107 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.LockscreenToDreamingTransitionViewModelTest
DGoneToDreamingTransitionViewModelTest.kt105 private fun step( in step() method in com.android.systemui.keyguard.ui.viewmodel.GoneToDreamingTransitionViewModelTest
DLockscreenToOccludedTransitionViewModelTest.kt128 private fun step( in step() method
DOccludedToLockscreenTransitionViewModelTest.kt118 private fun step( in step() method
/frameworks/av/media/module/codecs/amrnb/enc/src/
Dcor_h_x2.cpp234 Word16 step, /* (i): step size from one pulse position to the next in cor_h_x2()
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
DHistogram.java36 int step = 8; in createTest() local
/frameworks/base/packages/SystemUI/scripts/token_alignment/helpers/
DmigrationList.ts26 step: ('update' | 'duplicate' | 'add' | 'ignore')[]; property
DprocessXML.ts29 step: number; property
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
DHistogram.java42 int step = 8; in createTest() local
/frameworks/rs/driver/runtime/
Drs_cl.c990 extern float __attribute__((overloadable)) step(float edge, float v) { in step() function
993 extern float2 __attribute__((overloadable)) step(float2 edge, float2 v) { in step() function
999 extern float3 __attribute__((overloadable)) step(float3 edge, float3 v) { in step() function
1006 extern float4 __attribute__((overloadable)) step(float4 edge, float4 v) { in step() function
1014 extern float2 __attribute__((overloadable)) step(float2 edge, float v) { in step() function
1020 extern float3 __attribute__((overloadable)) step(float3 edge, float v) { in step() function
1027 extern float4 __attribute__((overloadable)) step(float4 edge, float v) { in step() function
1035 extern float2 __attribute__((overloadable)) step(float edge, float2 v) { in step() function
1041 extern float3 __attribute__((overloadable)) step(float edge, float3 v) { in step() function
1048 extern float4 __attribute__((overloadable)) step(float edge, float4 v) { in step() function
[all …]

123