Home
last modified time | relevance | path

Searched defs:g (Results 1 – 9 of 9) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DCustomSupport.java57 int g = clamp((int) ((float) Math.pow(value[1], 1.0 / 2.2) * 255.0f)); in setInterpolatedValue() local
69 int g = clamp((int) ((float) Math.pow(value[1], 1.0 / 2.2) * 255.0f)); in setInterpolatedValue() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DCustomVariable.java204 int g = 0xFF & (mIntegerValue >> 8); in getValuesToInterpolate() local
241 int g = 0xFF & Math.round((float) Math.pow(f_g, 1.0 / 2.0) * 255.0f); in setValue() local
360 int g = clamp((int) ((float) Math.pow(value[1], 1.0 / 2.2) * 255.0f)); in getInterpolatedColor() local
376 int g = clamp((int) ((float) Math.pow(value[1], 1.0 / 2.2) * 255.0f)); in setInterpolatedValue() local
396 public static int rgbaTocColor(float r, float g, float b, float a) { in rgbaTocColor()
DCustomAttribute.java150 int g = 0xFF & (mColorValue >> 8); in getValuesToInterpolate() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DUtils.java62 int g = clamp((int) ((float) Math.pow(value[1], 1.0 / 2.2) * 255.0f)); in getInterpolatedColor() local
70 public static int rgbaTocColor(float r, float g, float b, float a) { in rgbaTocColor()
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DOptimizationsTest.java965 ConstraintWidget g = new ConstraintWidget(100, 20); in testFullLayout() local
1062 ConstraintWidget g = new ConstraintWidget(100, 20); in testComplexLayout() local
1156 ConstraintWidget g = new ConstraintWidget(100, 20); in testComplexLayoutWrap() local
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/scout/
DScoutWidget.java101 Guideline g = (Guideline) mConstraintWidget; in isVerticalGuideline() local
112 Guideline g = (Guideline) mConstraintWidget; in isHorizontalGuideline() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintAttribute.java183 int g = 0xFF & (mColorValue >> 8); in getValuesToInterpolate() local
DConstraintSet.java2795 Guideline g = new Guideline(constraintLayout.getContext()); in applyToInternal() local
/constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/
DConstraintLayoutTest.kt1399 val g = createGuidelineFromStart(offset) in <lambda>() constant
1430 val g = createGuidelineFromStart(offset) in <lambda>() constant