Home
last modified time | relevance | path

Searched refs:lastRow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1762 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()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5290 float4 lastRow(transpose(mClientColorMatrix)[3]); in onTransact() local
5291 if (any(greaterThan(abs(lastRow - float4{0, 0, 0, 1}), float4{1e-4f}))) { in onTransact()