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.java1803 ExpandableView lastRow = getLastRowNotGone();
1804 if (lastRow != null && !lastRow.isInShelf()) {
2749 ExpandableNotificationRow lastRow = getLastRowNotGone();
2750 if (mScrollAnchorView != null && lastRow != null && !lastRow.isInShelf()) {
2753 return (int) (lastRow.getTranslationY() + lastRow.getActualHeight()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp5405 float4 lastRow(transpose(mClientColorMatrix)[3]); in onTransact() local
5406 if (any(greaterThan(abs(lastRow - float4{0, 0, 0, 1}), float4{1e-4f}))) { in onTransact()