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