Home
last modified time | relevance | path

Searched defs:lastValue (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/quickaffordance/
H A DFlashlightQuickAffordanceConfigTest.kt73 val lastValue = values.last() in <lambda>() constant
96 val lastValue = values.last() in flashlightIsOn_triggered_iconIsOffAndInactive() constant
119 val lastValue = values.last() in <lambda>() constant
142 val lastValue = values.last() in <lambda>() constant
159 val lastValue = values.last() in <lambda>() constant
181 val lastValue = values.last() in <lambda>() constant
H A DDoNotDisturbQuickAffordanceConfigTest.kt376 val lastValue = valueSnapshot() in lockScreenState_dndAvailableStartsAsTrue_changeToFalse_StateIsHidden() constant
395 val lastValue = valueSnapshot() in lockScreenState_controllerDndAvailableStartsAsTrue_changeToFalse_StateIsHidden() constant
452 val lastValue = valueSnapshot() in lockScreenState_controllerDndModeStartsAsZEN_MODE_OFF_changeToNotOFF_StateVisible() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/rotation/domain/interactor/
H A DRotationLockTileDataInteractorTest.kt144 val lastValue by in tileData_cameraRotationMatchesSensorPrivacyRepository() constant
165 val lastValue by in tileData_cameraRotationMatchesAutoRotateRepository() constant
192 val lastValue by in tileData_matchesPackageManagerPermissionDenied() constant
207 val lastValue by in tileData_setConfigAllowRotationResolverToFalse_cameraRotationIsNotEnabled() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt76 val lastValue = roundnessMap.values.maxOrNull() ?: 0f in <lambda>() constant
143 val lastValue = roundnessMap.values.maxOrNull() ?: 0f in <lambda>() constant
/aosp_15_r20/out/soong/.intermediates/external/opencensus-java/api/opencensus-java-api/android_common_apex34/javac/anno/io/opencensus/stats/
DAutoValue_AggregationData_LastValueDataDouble.java8 private final double lastValue; field in AutoValue_AggregationData_LastValueDataDouble
11 double lastValue) { in AutoValue_AggregationData_LastValueDataDouble()
DAutoValue_AggregationData_LastValueDataLong.java8 private final long lastValue; field in AutoValue_AggregationData_LastValueDataLong
11 long lastValue) { in AutoValue_AggregationData_LastValueDataLong()
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/coroutines/
H A DFlowTest.kt21 val lastValue by collectLastValue(flow) in <lambda>() constant
/aosp_15_r20/external/mockito-kotlin/mockito-kotlin/src/main/kotlin/org/mockito/kotlin/
H A DArgumentCaptor.kt190 val lastValue: T constant in org.mockito.kotlin.KArgumentCaptor
211 val <T> ArgumentCaptor<T>.lastValue: T constant
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
H A DDelay.kt207 var lastValue: Any? = null in debounceInternal() variable
275 var lastValue: Any? = null in sample() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/data/repository/
H A DLightRevealScrimRepositoryTest.kt224 val lastValue by collectLastValue(underTest.revealAmount) in <lambda>() constant
H A DKeyguardTransitionRepositoryTest.kt600 val lastValue = fractions[fractions.size - 1].toFloat() in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/fontscaling/
H A DFontScalingDialogDelegate.kt189 var lastValue = strEntryValues[0].toFloat() in fontSizeValueToIndex() variable
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/data/repository/
H A DKeyboardRepositoryTest.kt209 val lastValue = collectLastValue(flow) in collectLastValueImmediately() constant
/aosp_15_r20/cts/tests/framework/base/windowmanager/jetpack/src/android/server/wm/jetpack/layout/
H A DExtensionWindowLayoutComponentTest.java971 WindowLayoutInfo lastValue = windowLayoutInfoConsumer.waitAndGet(); in changeActivityOrientationThenVerifyWindowLayout() local
1011 WindowLayoutInfo lastValue = windowLayoutInfoConsumer.waitAndGet(); in changeDisplayMetricThenVerifyWindowLayout() local
/aosp_15_r20/external/opencensus-java/api/src/main/java/io/opencensus/stats/
H A DAggregationData.java465 public static LastValueDataDouble create(double lastValue) { in create()
508 public static LastValueDataLong create(long lastValue) { in create()
/aosp_15_r20/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DTestEventListener.java34 private @Nullable T lastValue; field in TestEventListener
DTestEventHandler.java33 private @Nullable T lastValue; field in TestEventHandler
/aosp_15_r20/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestScopeExt.kt38 var lastValue: T? = null in collectLastValue() variable
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/animatable/
H A DAnimatableGradientColorValue.java42 float lastValue = Float.NaN; in mergePositions() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/pipeline/mobile/ui/
DMobileUiAdapter.java35 private java.util.List<java.lang.Integer> lastValue; field in MobileUiAdapter
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/spa/src/com/android/settingslib/spa/widget/scaffold/
H A DCustomizedAppBar.kt624 var lastValue = 0f in settleAppBar() variable
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/autofill/
H A DPresentationEventLoggerTest.java38 AutofillValue lastValue = AutofillValue.forText("hello world"); in testViewEntered() local
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/pipeline/mobile/ui/
H A DMobileUiAdapter.kt51 private var lastValue: List<Int>? = null variable in com.android.systemui.statusbar.pipeline.mobile.ui.MobileUiAdapter
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/
H A DLeftRightArrowPressedListenerTest.kt38 var lastValue: Int? = null variable in com.android.systemui.qs.LeftRightArrowPressedListenerTest
/aosp_15_r20/frameworks/native/libs/battery/
H A DMultiStateCounter.h44 T lastValue; variable

12345678910>>...25