Searched refs:StopLogicEngine (Results 1 – 10 of 10) sorted by relevance
23 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()
26 import androidx.constraintlayout.core.motion.utils.StopLogicEngine;231 StopLogicEngine breakLogic = new StopLogicEngine();
21 import androidx.constraintlayout.core.motion.utils.StopLogicEngine;33 private StopLogicEngine mStopLogicEngine = new StopLogicEngine();
30 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()
27 public class StopLogicEngine implements StopEngine { class
1472 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();
2066 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…