Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 18 of 18) sorted by relevance

/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/widget/
DMotionLayout.java1235 Debug.logStack(TAG, mTransitionState + " -> " + newState + " " in setState()
1236 + Debug.getName(getContext(), mCurrentState), 2); in setState()
1382 Log.v(TAG, Debug.getLocation() + " setTransition " in setTransition()
1383 + Debug.getName(getContext(), beginId) + " -> " in setTransition()
1384 + Debug.getName(getContext(), endId)); in setTransition()
1417 Log.v(TAG, Debug.getLocation() + " setTransition " in setTransition()
1418 + Debug.getName(getContext(), mBeginState) + " -> " in setTransition()
1419 + Debug.getName(getContext(), mEndState) in setTransition()
1420 + " current=" + Debug.getName(getContext(), mCurrentState)); in setTransition()
1450 Log.v(TAG, Debug.getLocation() + " transitionToStart "); in setTransition()
[all …]
DMotionScene.java127 Log.v(TAG, Debug.getLocation() + " setTransition " in setTransition()
128 + Debug.getName(mMotionLayout.getContext(), beginId) + " -> " in setTransition()
129 + Debug.getName(mMotionLayout.getContext(), endId)); in setTransition()
143 Log.v(TAG, Debug.getLocation() + " found transition " in setTransition()
144 + Debug.getName(mMotionLayout.getContext(), beginId) + " -> " in setTransition()
145 + Debug.getName(mMotionLayout.getContext(), endId)); in setTransition()
366 Log.v(TAG, Debug.getLocation() + " ### BEST ----- " in bestTransitionFor()
369 Log.v(TAG, Debug.getLocation() + " ### BEST ----- " + null + " ----"); in bestTransitionFor()
1109 + Debug.getName(context, mConstraintSetEnd)); in fill()
1404 set.mIdString = Debug.getName(context, id); in parseConstraintSet()
[all …]
DTouchResponse.java429 Log.v(TAG, Debug.getLocation() + " best processTouchEvent For "); in processTouchEvent()
467 Log.v(TAG, Debug.getLocation() + " mAnchorDpDt " in processTouchEvent()
472 Log.v(TAG, Debug.getLocation() + " NO ANCHOR "); in processTouchEvent()
699 + Debug.getName(mMotionLayout.getContext(), mTouchAnchorId)); in setupTouch()
DKeyTrigger.java311 + call.getClass().getSimpleName() + " " + Debug.getName(call)); in fire()
319 + call.getClass().getSimpleName() + " " + Debug.getName(call)); in fire()
DMotionController.java680 Log.v(TAG, ">>>>>>>>>>>>>>> mKeyList for " + Debug.getName(mView)); in setup()
730 + Debug.getName(mView) + " cycles " in setup()
735 + Debug.getName(mView) + " attrs " in setup()
740 + Debug.getName(mView) + " attrs " in setup()
745 + Debug.getName(mView) + " attrs " in setup()
1291 if ("button".equals(Debug.getName(mView))) {
DViewTransition.java183 return "ViewTransition(" + Debug.getName(mContext, mId) + ")"; in toString()
245 Log.e(TAG, Debug.getLoc() + " unknown tag " + tagName);
DDebug.java37 public class Debug { class
DKeyCycle.java220 Debug.logStack(TAG, "add " + splines.size() + " values", 2); in addValues()
DMotionPaths.java606 Log.v(TAG, Debug.getName(view) + " set " + sNames[i]); in setView()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/motion/utils/
DCustomSupport.java24 import androidx.constraintlayout.motion.widget.Debug;
92 Log.e(TAG, "No method " + methodName + " on View \"" + Debug.getName(view) + "\"", e); in setInterpolatedValue()
95 + Debug.getName(view) + "\"", e); in setInterpolatedValue()
98 + Debug.getName(view) + "\"", e); in setInterpolatedValue()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/helper/widget/
DMotionEffect.java25 import androidx.constraintlayout.motion.widget.Debug;
135 Log.v(TAG, Debug.getLoc() + " views = null"); in onPreSetup()
/constraintlayout/constraintlayout/api/
Dapi_lint.ignore486 MissingNullability: androidx.constraintlayout.motion.widget.Debug#dumpLayoutParams(android.view.Vie…
488 MissingNullability: androidx.constraintlayout.motion.widget.Debug#dumpLayoutParams(android.view.Vie…
490 MissingNullability: androidx.constraintlayout.motion.widget.Debug#dumpLayoutParams(android.view.Vie…
492 MissingNullability: androidx.constraintlayout.motion.widget.Debug#dumpLayoutParams(android.view.Vie…
494 MissingNullability: androidx.constraintlayout.motion.widget.Debug#dumpPoc(Object) parameter #0:
496 MissingNullability: androidx.constraintlayout.motion.widget.Debug#getActionType(android.view.Motion…
498 MissingNullability: androidx.constraintlayout.motion.widget.Debug#getActionType(android.view.Motion…
500 MissingNullability: androidx.constraintlayout.motion.widget.Debug#getCallFrom(int):
502 MissingNullability: androidx.constraintlayout.motion.widget.Debug#getLoc():
504 MissingNullability: androidx.constraintlayout.motion.widget.Debug#getLocation():
[all …]
Dcurrent.txt242 public class Debug {
243 ctor public Debug();
Drestricted_2.2.0-beta01.txt242 public class Debug {
243 ctor public Debug();
D2.2.0-beta01.txt242 public class Debug {
243 ctor public Debug();
Drestricted_current.txt242 public class Debug {
243 ctor public Debug();
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/utils/widget/
DMotionLabel.java46 import androidx.constraintlayout.motion.widget.Debug;
390 Log.v(TAG, Debug.getLoc() + " scale " + scale); in buildShape()
/constraintlayout/constraintlayout/src/main/java/androidx/constraintlayout/widget/
DConstraintSet.java39 import androidx.constraintlayout.motion.widget.Debug;
2620 Log.w(TAG, "id unknown " + Debug.getName(view)); in applyCustomAttributes()
2684 Log.w(TAG, "id unknown " + Debug.getName(view)); in applyToInternal()
4529 Log.v(TAG, Debug.getLoc() in load()
4530 + " cache " + Debug.getName(context, constraint.mViewId) in load()
4564 Log.v(TAG, Debug.getLoc() + " " + document + " tagName=" + tagName); in load()
4715 Log.v(TAG, Debug.getLoc() + " > " + attrType + " " + getDebugName(attrType)); in populateOverride()
5875 return ".(" + Debug.getName(context, resourceId) in getLine()