Searched refs:stateList (Results 1 – 9 of 9) sorted by relevance
31 ColorStateList stateList = null; in getColorAttr() local33 stateList = ta.getColorStateList(0); in getColorAttr()37 return stateList.getDefaultColor(); in getColorAttr()
76 val stateList = Utils.getColorAttr(context, R.attr.windowBackground) in <lambda>() constant77 return stateList?.defaultColor ?: Color.TRANSPARENT in <lambda>()
127 ColorStateList stateList = null; in getColorAttr() local129 stateList = ta.getColorStateList(0); in getColorAttr()133 return stateList; in getColorAttr()
347 final ColorStateList stateList = Utils.getColorAttr(this, android.R.attr.windowBackground); in getBackgroundColor() local348 return stateList != null ? stateList.getDefaultColor() : Color.TRANSPARENT; in getBackgroundColor()
157 ColorStateList stateList = null; in getColorAttr() local159 stateList = ta.getColorStateList(0); in getColorAttr()163 return stateList; in getColorAttr()
348 ColorStateList stateList = null; in getColorAttr() local350 stateList = ta.getColorStateList(0); in getColorAttr()354 return stateList; in getColorAttr()
99 final List<BatteryState> stateList = in dumpBatteryStateDatabaseHist() local101 dumpListItems(writer, stateList, state -> state); in dumpBatteryStateDatabaseHist()
611 val stateList: ColorStateList? = in <lambda>() constant in com.android.settings.biometrics2.ui.view.FingerprintEnrollmentActivity613 return stateList?.defaultColor ?: Color.TRANSPARENT in <lambda>()
1009 List<BluetoothLeBroadcastReceiveState> stateList = sm.getAllSources(); in injectRemoteSourceState() local1010 if (stateList == null) { in injectRemoteSourceState()1011 stateList = new ArrayList<BluetoothLeBroadcastReceiveState>(); in injectRemoteSourceState()1013 stateList.removeIf(e -> e.getSourceId() == sourceId); in injectRemoteSourceState()1015 stateList.add(recvState); in injectRemoteSourceState()1016 doReturn(stateList).when(sm).getAllSources(); in injectRemoteSourceState()1068 List<BluetoothLeBroadcastReceiveState> stateList = sm.getAllSources(); in injectRemoteSourceStateRemoval() local1069 if (stateList == null) { in injectRemoteSourceStateRemoval()1070 stateList = new ArrayList<BluetoothLeBroadcastReceiveState>(); in injectRemoteSourceStateRemoval()1072 stateList.replaceAll( in injectRemoteSourceStateRemoval()[all …]