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