Searched refs:sortKeyR (Results 1 – 1 of 1) sorted by relevance
770 int sortKeyR = mTvInputManagerHelper.getInputSortKey(rhs); in compare() local771 if (sortKeyL != sortKeyR) { in compare()772 return sortKeyR - sortKeyL; in compare()