Home
last modified time | relevance | path

Searched defs:t (Results 1 – 25 of 30) sorted by relevance

12

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DViewOscillator.java44 public abstract void setProperty(View view, float t); in setProperty()
91 public void setProperty(View view, float t) { in setProperty()
100 public void setProperty(View view, float t) { in setProperty()
107 public void setProperty(View view, float t) { in setProperty()
114 public void setProperty(View view, float t) { in setProperty()
121 public void setProperty(View view, float t) { in setProperty()
128 public void setProperty(View view, float t) { in setProperty()
138 public void setPathRotate(View view, float t, double dx, double dy) { in setPathRotate()
145 public void setProperty(View view, float t) { in setProperty()
152 public void setProperty(View view, float t) { in setProperty()
[all …]
DViewSpline.java100 public abstract void setProperty(View view, float t); in setProperty()
104 public void setProperty(View view, float t) { in setProperty()
113 public void setProperty(View view, float t) { in setProperty()
120 public void setProperty(View view, float t) { in setProperty()
127 public void setProperty(View view, float t) { in setProperty()
134 public void setProperty(View view, float t) { in setProperty()
141 public void setProperty(View view, float t) { in setProperty()
148 public void setProperty(View view, float t) { in setProperty()
155 public void setProperty(View view, float t) { in setProperty()
165 public void setPathRotate(View view, float t, double dx, double dy) { in setPathRotate()
[all …]
DViewTimeCycle.java49 public abstract boolean setProperty(View view, float t, long time, KeyCache cache); in setProperty()
149 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty()
159 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty()
167 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty()
175 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty()
183 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty()
191 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty()
207 float t, in setPathRotate()
219 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty()
227 public boolean setProperty(View view, float t, long time, KeyCache cache) { in setProperty()
[all …]
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DCurveFit.java52 public abstract void getPos(double t, double[] v); in getPos()
55 public abstract void getPos(double t, float[] v); in getPos()
58 public abstract double getPos(double t, int j); in getPos()
61 public abstract void getSlope(double t, double[] v); in getSlope()
64 public abstract double getSlope(double t, int j); in getSlope()
79 public void getPos(double t, double[] v) { in getPos()
84 public void getPos(double t, float[] v) { in getPos()
91 public double getPos(double t, int j) { in getPos()
96 public void getSlope(double t, double[] v) { in getSlope()
103 public double getSlope(double t, int j) { in getSlope()
DLinearCurveFit.java60 private double getLength2D(double t) { in getLength2D()
105 public void getPos(double t, double[] v) { in getPos()
160 public void getPos(double t, float[] v) { in getPos()
215 public double getPos(double t, int j) { in getPos()
251 public void getSlope(double t, double[] v) { in getSlope()
276 public double getSlope(double t, int j) { in getSlope()
DArcCurveFit.java46 public void getPos(double t, double[] v) { in getPos()
101 public void getPos(double t, float[] v) { in getPos()
154 public void getSlope(double t, double[] v) { in getSlope()
177 public double getPos(double t, int j) { in getPos()
234 public double getSlope(double t, int j) { in getSlope()
392 public double getLinearX(double t) { in getLinearX()
397 public double getLinearY(double t) { in getLinearY()
403 public double getLinearDX(double t) { in getLinearDX()
408 public double getLinearDY(double t) { in getLinearDY()
DSplineSet.java42 public void setProperty(TypedValues widget, float t) { in setProperty()
62 public float get(float t) { in get()
67 public float getSlope(float t) { in getSlope()
224 public void setProperty(WidgetFrame view, float t) { in setProperty()
241 public void setProperty(TypedValues widget, float t) { in setProperty()
290 public void setProperty(TypedValues widget, float t) { in setProperty()
291 setProperty((MotionWidget) widget, t); in setProperty() local
300 public void setProperty(MotionWidget view, float t) { in setProperty()
DEasing.java128 private double getX(double t) { in getX()
137 private double getY(double t) { in getY()
147 private double getDiffX(double t) { in getDiffX()
153 private double getDiffY(double t) { in getDiffY()
164 double t = 0.5; in getDiff() local
196 double t = 0.5; in get() local
DMonotonicCurveFit.java63 double t = 3. / h; in MonotonicCurveFit() local
76 public void getPos(double t, double[] v) { in getPos()
131 public void getPos(double t, float[] v) { in getPos()
186 public double getPos(double t, int j) { in getPos()
223 public void getSlope(double t, double[] v) { in getSlope()
249 public double getSlope(double t, int j) { in getSlope()
DKeyCycleOscillator.java60 public void setProperty(MotionWidget widget, float t) { in setProperty()
75 public void setProperty(MotionWidget widget, float t) { in setProperty()
80 public void setPathRotate(MotionWidget view, float t, double dx, double dy) { in setPathRotate()
121 public float get(float t) { in get()
341 public void setProperty(MotionWidget widget, float t) { in setProperty()
DStepCurve.java80 String t = "t "; in genSpline() local
DTimeCycleSplineSet.java158 public boolean setProperty(MotionWidget view, float t, long time, KeyCache cache) { in setProperty()
318 public boolean setProperty(MotionWidget view, float t, long time, KeyCache cache) { in setProperty()
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/scout/
DUtils.java86 String t = sDF.format(a[i]) + " "; in toS() local
/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/
DAmount.java266 int t = v; in gcd() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraints.java163 protected void onLayout(boolean changed, int l, int t, int r, int b) { in onLayout()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/utils/widget/
DMotionLabel.java265 private void adjustTexture(float l, float t, float r, float b) { in adjustTexture()
411 public void layout(int l, int t, int r, int b) { in layout()
449 public void layout(float l, float t, float r, float b) { in layout()
DImageFilterButton.java621 public void layout(int l, int t, int r, int b) { in layout()
DImageFilterView.java855 public void layout(int l, int t, int r, int b) { in layout()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/
DCustomAttribute.java207 int t = (int) (0.5f + 255 * value * (1 - (1 - f) * saturation)); in hsvToRgb() local
DCustomVariable.java260 int t = (int) (0.5f + 255 * value * (1 - (1 - f) * saturation)); in hsvToRgb() local
DMotionWidget.java107 public void layout(int l, int t, int r, int b) { in layout()
/constraintlayout/constraintlayout-compose/src/androidMain/kotlin/androidx/constraintlayout/compose/
DMotionRenderDebug.kt344 val t = ((x - x1) * (x2 - x1) + (y - y1) * (y2 - y1)) / (dist * dist) in drawPathRelativeTicks() constant
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DGrid.java599 int t = box.getTop() - myTop; in onDraw() local
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/widgets/analyzer/
DDirect.java492 int t = top.getFinalValue(); in verticalSolvingPass() local
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionPaths.java691 float t = v_y; in setView() local
698 int t = (int) (0.5f + v_y); in setView() local

12