/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/ |
D | KeyguardTransitionAnimationFlowTest.kt | 53 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/ |
D | LogDiffsForTableTest.kt | 56 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/ |
D | GlobalActionsLayoutLite.java | 64 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/ |
D | FlowTest.kt | 20 val flow = flowOf(0, 1, 2) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/demomode/ |
D | DemoModeControllerTest.kt | 80 val flow = underTest.demoFlowForCommand(TEST_COMMAND) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardInteractorTest.kt | 75 val flow = underTest.onCameraLaunchDetected in onCameraLaunchDetected() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/broadcast/ |
D | BroadcastDispatcherTest.kt | 394 val flow = broadcastDispatcher.broadcastFlow(intentFilter, user1) { intent, receiver -> in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/ |
D | KeyguardRepositoryImplTest.kt | 180 val flow = underTest.isAodAvailable in <lambda>() constant
|
/frameworks/base/core/java/android/widget/ |
D | GridView.java | 342 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()
|
D | ListView.java | 2052 private View makeAndAddView(int position, int y, boolean flow, int childrenLeft, in makeAndAddView()
|