Searched refs:toHexString (Results 1 – 10 of 10) sorted by relevance
315 val primary = MaterialTheme.colors.primary.toHexString() in messageMotionScene()316 val primaryVariant = MaterialTheme.colors.primaryVariant.toHexString() in messageMotionScene()317 val onPrimary = MaterialTheme.colors.onPrimary.toHexString() in messageMotionScene()318 val surface = MaterialTheme.colors.surface.toHexString() in messageMotionScene()319 val onSurface = MaterialTheme.colors.onSurface.toHexString() in messageMotionScene()747 private fun Color.toHexString() = toArgb().toUInt().toString(16) method
89 + Integer.toHexString( in customColor1()108 + Integer.toHexString( in customColor2()
76 String str = "00000000" + Integer.toHexString(v); in colorString()
475 Log.e(NAME, "unused attribute 0x" + Integer.toHexString(attr) in read()
416 Log.e(TAG, "unused attribute 0x" + Integer.toHexString(attr) in read()
464 + Integer.toHexString(attr) + " " + sAttrMap.get(attr)); in read()
417 Log.e(TAG, "unused attribute 0x" + Integer.toHexString(attr) in read()
526 Log.e(NAME, "unused attribute 0x" + Integer.toHexString(attr) in read()
841 private fun Color.toHexString(): String = toArgb().toUInt().toString(16) in <lambda>() method in androidx.constraintlayout.compose.MotionLayoutTest
1753 "unused attribute 0x" + Integer.toHexString(attr) in fillFromAttributeList()1758 "Unknown attribute 0x" + Integer.toHexString(attr) in fillFromAttributeList()5038 "unused attribute 0x" + Integer.toHexString(attr) in populateOverride()5043 "Unknown attribute 0x" + Integer.toHexString(attr) in populateOverride()5719 "unused attribute 0x" + Integer.toHexString(attr) in populateConstraint()5724 "Unknown attribute 0x" + Integer.toHexString(attr) in populateConstraint()