Searched defs:g (Results 1 – 9 of 9) sorted by relevance
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/ |
| D | CustomSupport.java | 57 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/ |
| D | CustomVariable.java | 204 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()
|
| D | CustomAttribute.java | 150 int g = 0xFF & (mColorValue >> 8); in getValuesToInterpolate() local
|
| /constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/ |
| D | Utils.java | 62 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/ |
| D | OptimizationsTest.java | 965 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/ |
| D | ScoutWidget.java | 101 Guideline g = (Guideline) mConstraintWidget; in isVerticalGuideline() local 112 Guideline g = (Guideline) mConstraintWidget; in isHorizontalGuideline() local
|
| /constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/ |
| D | ConstraintAttribute.java | 183 int g = 0xFF & (mColorValue >> 8); in getValuesToInterpolate() local
|
| D | ConstraintSet.java | 2795 Guideline g = new Guideline(constraintLayout.getContext()); in applyToInternal() local
|
| /constraintlayout/constraintlayout-compose/src/androidInstrumentedTest/kotlin/androidx/constraintlayout/compose/ |
| D | ConstraintLayoutTest.kt | 1399 val g = createGuidelineFromStart(offset) in <lambda>() constant 1430 val g = createGuidelineFromStart(offset) in <lambda>() constant
|