Searched refs:outRow (Results 1 – 1 of 1) sorted by relevance
760 private void animateRowChange(View outRow, View inRow) { in animateRowChange() argument769 if (outRow != null && inRow != null) { in animateRowChange()771 direction = outRow.getTop() < inRow.getTop() ? -1 : 1; in animateRowChange()774 View outDetail = outRow != null ? outRow.findViewById(R.id.detail) : null; in animateRowChange()