Home
last modified time | relevance | path

Searched refs:mDebugPath (Results 1 – 2 of 2) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionLayout.java1075 int mDebugPath = 0; field in MotionLayout
2935 if (mDebugPath != 0) {
2952 if (mDebugPath != 0) {
3654 mDebugPath = 0xFF;
3656 if ((mDebugPath & 1) == 1) {
3685 if (mDebugPath > 1) {
3689 mDevModeDraw.draw(canvas, mFrameArrayList, mScene.getDuration(), mDebugPath);
4028 if (mDebugPath == 0) { // favor motionDebug
4029 mDebugPath = a.getBoolean(attr, false) ? DEBUG_SHOW_PATH : 0;
4032 mDebugPath = a.getInt(attr, 0);
[all …]
DMotionScene.java1440 if (mMotionLayout.mDebugPath != 0) { in parseConstraintSet()