Searched defs:values (Results 1 – 7 of 7) sorted by relevance
63 val values = mutableListOf<String>() in <lambda>() constant76 val values = mutableListOf<String>() in <lambda>() constant98 val values = mutableListOf<String>() in <lambda>() constant117 val values = mutableListOf<String>() in <lambda>() constant135 val values = mutableListOf<String>() in <lambda>() constant154 val values = mutableListOf<String>() in <lambda>() constant
23 private val values = mutableListOf<T>() constant
25 private val values: MutableList<T> = mutableListOf() constant in androidx.window.TestConsumer
139 val values = mutableListOf<WindowLayoutInfo>() in <lambda>() constant178 val values = mutableListOf<WindowLayoutInfo>() in <lambda>() constant
29 @GuardedBy("valueLock") private val values = mutableListOf<T>() constant
93 ) { values -> in <lambda>() method
483 val values: MutableList<List<WindowAreaInfo>> = mutableListOf() in <lambda>() constant in androidx.window.area.WindowAreaControllerImplTest.TestWindowAreaInfoListConsumer