Home
last modified time | relevance | path

Searched refs:toHexString (Results 1 – 10 of 10) sorted by relevance

/constraintlayout/constraintlayout-compose/integration-tests/macrobenchmark-target/src/main/java/androidx/constraintlayout/compose/integration/macrobenchmark/target/newmessage/
DNewMessage.kt315 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
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DMotionCustomAttributesTest.java89 + Integer.toHexString( in customColor1()
108 + Integer.toHexString( in customColor2()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DCustomVariable.java76 String str = "00000000" + Integer.toHexString(v); in colorString()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DKeyTrigger.java475 Log.e(NAME, "unused attribute 0x" + Integer.toHexString(attr) in read()
DKeyPosition.java416 Log.e(TAG, "unused attribute 0x" + Integer.toHexString(attr) in read()
DKeyAttributes.java464 + Integer.toHexString(attr) + " " + sAttrMap.get(attr)); in read()
DKeyCycle.java417 Log.e(TAG, "unused attribute 0x" + Integer.toHexString(attr) in read()
DKeyTimeCycle.java526 Log.e(NAME, "unused attribute 0x" + Integer.toHexString(attr) in read()
/constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/
DMotionLayoutTest.kt841 private fun Color.toHexString(): String = toArgb().toUInt().toString(16) in <lambda>() method in androidx.constraintlayout.compose.MotionLayoutTest
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintSet.java1753 "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()