Home
last modified time | relevance | path

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

/constraintlayout/constraintlayout-core/src/test/java/androidx/constraintlayout/core/motion/
DStopLogicTest.java23 import androidx.constraintlayout.core.motion.utils.StopLogicEngine;
75 StopLogicEngine stop = new StopLogicEngine(); in cruseDecelerate()
108 StopLogicEngine stop = new StopLogicEngine(); in backwardAccelerateDecelerate()
140 StopLogicEngine stop = new StopLogicEngine(); in hardStop()
172 StopLogicEngine stop = new StopLogicEngine(); in accelerateCruseDecelerate()
204 StopLogicEngine stop = new StopLogicEngine(); in accelerateDecelerate()
236 StopLogicEngine stop = new StopLogicEngine(); in backwardAccelerateCruseDecelerate()
DMotionBasicTest.java26 import androidx.constraintlayout.core.motion.utils.StopLogicEngine;
231 StopLogicEngine breakLogic = new StopLogicEngine();
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DStopLogic.java21 import androidx.constraintlayout.core.motion.utils.StopLogicEngine;
33 private StopLogicEngine mStopLogicEngine = new StopLogicEngine();
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/state/
DTransition.java30 import androidx.constraintlayout.core.motion.utils.StopLogicEngine;
331 StopLogicEngine.Decelerate sld; in config()
332 if (mEngine instanceof StopLogicEngine.Decelerate) { in config()
333 sld = (StopLogicEngine.Decelerate) mEngine; in config()
335 mEngine = sld = new StopLogicEngine.Decelerate(); in config()
343 StopLogicEngine sl; in config()
344 if (mEngine instanceof StopLogicEngine) { in config()
345 sl = (StopLogicEngine) mEngine; in config()
347 mEngine = sl = new StopLogicEngine(); in config()
/constraintlayout/constraintlayout-core/src/main/java/androidx/constraintlayout/core/motion/utils/
DStopLogicEngine.java27 public class StopLogicEngine implements StopEngine { class
/constraintlayout/constraintlayout-core/api/
D1.1.0-beta01.txt1472 public class StopLogicEngine implements androidx.constraintlayout.core.motion.utils.StopEngine {
1473 ctor public StopLogicEngine();
1482 …public static class StopLogicEngine.Decelerate implements androidx.constraintlayout.core.motion.ut…
1483 ctor public StopLogicEngine.Decelerate();
Drestricted_1.1.0-beta01.txt1472 public class StopLogicEngine implements androidx.constraintlayout.core.motion.utils.StopEngine {
1473 ctor public StopLogicEngine();
1482 …public static class StopLogicEngine.Decelerate implements androidx.constraintlayout.core.motion.ut…
1483 ctor public StopLogicEngine.Decelerate();
Drestricted_current.txt1472 public class StopLogicEngine implements androidx.constraintlayout.core.motion.utils.StopEngine {
1473 ctor public StopLogicEngine();
1482 …public static class StopLogicEngine.Decelerate implements androidx.constraintlayout.core.motion.ut…
1483 ctor public StopLogicEngine.Decelerate();
Dcurrent.txt1472 public class StopLogicEngine implements androidx.constraintlayout.core.motion.utils.StopEngine {
1473 ctor public StopLogicEngine();
1482 …public static class StopLogicEngine.Decelerate implements androidx.constraintlayout.core.motion.ut…
1483 ctor public StopLogicEngine.Decelerate();
Dapi_lint.ignore2066 MissingNullability: androidx.constraintlayout.core.motion.utils.StopLogicEngine#debug(String, float…
2068 MissingNullability: androidx.constraintlayout.core.motion.utils.StopLogicEngine#debug(String, float…
2070 MissingNullability: androidx.constraintlayout.core.motion.utils.StopLogicEngine.Decelerate#debug(St…
2072 MissingNullability: androidx.constraintlayout.core.motion.utils.StopLogicEngine.Decelerate#debug(St…