Loading .gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line /weathereffects/graphics/build/ msdllib/src/com/google/android/msdl/data/repository/MSDLRepositoryImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -252,7 +252,7 @@ internal class MSDLRepositoryImpl : MSDLRepository { HapticComposition( listOf( HapticCompositionPrimitive( VibrationEffect.Composition.PRIMITIVE_TICK, VibrationEffect.Composition.PRIMITIVE_CLICK, scale = 1f, delayMillis = 0, ) Loading msdllib/src/com/google/android/msdl/domain/MSDLPlayerImpl.kt +1 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ internal class MSDLPlayerImpl( VibrationEffect.Composition.PRIMITIVE_THUD, VibrationEffect.Composition.PRIMITIVE_TICK, VibrationEffect.Composition.PRIMITIVE_CLICK, VibrationEffect.Composition.PRIMITIVE_LOW_TICK, ) } } Loading tracinglib/benchmark/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package { } android_test { name: "tracinglib-benchmark", name: "CoroutineTracingPerfTests", srcs: [ "src/**/*.kt", Loading tracinglib/benchmark/AndroidTest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> <configuration description="Runs tracinglib-benchmark metric instrumentation."> <configuration description="Runs CoroutineTracingPerfTests metric instrumentation."> <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/> <!-- Needed for pushing the trace config file --> <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> Loading @@ -25,7 +25,7 @@ <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> <option name="cleanup-apks" value="true" /> <option name="test-file-name" value="tracinglib-benchmark.apk" /> <option name="test-file-name" value="CoroutineTracingPerfTests.apk" /> </target_preparer> <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer"> Loading Loading
.gitignore 0 → 100644 +1 −0 Original line number Diff line number Diff line /weathereffects/graphics/build/
msdllib/src/com/google/android/msdl/data/repository/MSDLRepositoryImpl.kt +1 −1 Original line number Diff line number Diff line Loading @@ -252,7 +252,7 @@ internal class MSDLRepositoryImpl : MSDLRepository { HapticComposition( listOf( HapticCompositionPrimitive( VibrationEffect.Composition.PRIMITIVE_TICK, VibrationEffect.Composition.PRIMITIVE_CLICK, scale = 1f, delayMillis = 0, ) Loading
msdllib/src/com/google/android/msdl/domain/MSDLPlayerImpl.kt +1 −0 Original line number Diff line number Diff line Loading @@ -121,6 +121,7 @@ internal class MSDLPlayerImpl( VibrationEffect.Composition.PRIMITIVE_THUD, VibrationEffect.Composition.PRIMITIVE_TICK, VibrationEffect.Composition.PRIMITIVE_CLICK, VibrationEffect.Composition.PRIMITIVE_LOW_TICK, ) } } Loading
tracinglib/benchmark/Android.bp +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ package { } android_test { name: "tracinglib-benchmark", name: "CoroutineTracingPerfTests", srcs: [ "src/**/*.kt", Loading
tracinglib/benchmark/AndroidTest.xml +2 −2 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ See the License for the specific language governing permissions and limitations under the License. --> <configuration description="Runs tracinglib-benchmark metric instrumentation."> <configuration description="Runs CoroutineTracingPerfTests metric instrumentation."> <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/> <!-- Needed for pushing the trace config file --> <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> Loading @@ -25,7 +25,7 @@ <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> <option name="cleanup-apks" value="true" /> <option name="test-file-name" value="tracinglib-benchmark.apk" /> <option name="test-file-name" value="CoroutineTracingPerfTests.apk" /> </target_preparer> <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer"> Loading