Home | History | Annotate | Download | only in transition

Lines Matching refs:startValue

722                             Object startValue = start.values.get(key);
724 if (startValue != endValue && !startValue.equals(endValue)) {
725 Log.d(LOG_TAG, " " + key + ": start(" + startValue +