Searched refs:mDebugPath (Results 1 – 2 of 2) sorted by relevance
1075 int mDebugPath = 0; field in MotionLayout2935 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 motionDebug4029 mDebugPath = a.getBoolean(attr, false) ? DEBUG_SHOW_PATH : 0;4032 mDebugPath = a.getInt(attr, 0);[all …]
1440 if (mMotionLayout.mDebugPath != 0) { in parseConstraintSet()