Searched refs:lastRow (Results 1 – 2 of 2) sorted by relevance
1762 ExpandableView lastRow = getLastRowNotGone();1763 if (lastRow != null && !lastRow.isInShelf()) {2703 ExpandableNotificationRow lastRow = getLastRowNotGone();2704 if (mScrollAnchorView != null && lastRow != null && !lastRow.isInShelf()) {2707 return (int) (lastRow.getTranslationY() + lastRow.getActualHeight()
5290 float4 lastRow(transpose(mClientColorMatrix)[3]); in onTransact() local5291 if (any(greaterThan(abs(lastRow - float4{0, 0, 0, 1}), float4{1e-4f}))) { in onTransact()