Home | History | Annotate | Download | only in widget

Lines Matching full:axisname

1518         private void logError(String axisName, Arc[] arcs, boolean[] culprits0) {
1530 Log.d(TAG, axisName + " constraints: " + arcsToString(culprits) + " are inconsistent; "
1555 String axisName = horizontal ? "horizontal" : "vertical";
1570 logError(axisName, arcs, originalCulprits);