Home
last modified time | relevance | path

Searched defs:flow (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/
DKeyguardTransitionAnimationFlowTest.kt53 val flow = underTest.createFlow(duration = 0.milliseconds, onStep = { it }) in <lambda>() constant
58 val flow = in <lambda>() constant
68 val flow = in <lambda>() constant
81 val flow = in <lambda>() constant
94 val flow = in <lambda>() constant
119 val flow = in <lambda>() constant
140 val flow = in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/log/table/
DLogDiffsForTableTest.kt56 val flow = flowOf(true, true, false) in boolean_doesNotLogWhenNotCollected() constant
74 val flow = flowOf(true, true, false) in boolean_logsInitialWhenCollected() constant
104 val flow = flow { in boolean_logsUpdates() constant
146 val flow = flow { in boolean_doesNotLogIfSameValue() constant
192 val flow = MutableStateFlow(false) in boolean_worksForStateFlows() constant
238 val flow = flowOf(5, 6, 7) in int_doesNotLogWhenNotCollected() constant
256 val flow = flowOf(5, 6, 7) in int_logsInitialWhenCollected() constant
282 val flow = flow { in intNullable_logsNull() constant
328 val flow = flow { in int_logsUpdates() constant
370 val flow = flow { in int_doesNotLogIfSameValue() constant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsLayoutLite.java64 Flow flow = findViewById(R.id.list_flow); in onUpdateList() local
71 Flow flow = findViewById(R.id.list_flow); in addToListView() local
77 View flow = findViewById(R.id.list_flow); in removeAllListViews() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/coroutines/
DFlowTest.kt20 val flow = flowOf(0, 1, 2) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/demomode/
DDemoModeControllerTest.kt80 val flow = underTest.demoFlowForCommand(TEST_COMMAND) in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardInteractorTest.kt75 val flow = underTest.onCameraLaunchDetected in onCameraLaunchDetected() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/
DBroadcastDispatcherTest.kt394 val flow = broadcastDispatcher.broadcastFlow(intentFilter, user1) { intent, receiver -> in <lambda>() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
DKeyguardRepositoryImplTest.kt180 val flow = underTest.isAodAvailable in <lambda>() constant
/frameworks/base/core/java/android/widget/
DGridView.java342 private View makeRow(int startPos, int y, boolean flow) { in makeRow()
1445 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, in makeAndAddView()
DListView.java2052 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, in makeAndAddView()