Home
last modified time | relevance | path

Searched refs:getPositionInLinearLayout (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1401 final int startingPosition = getPositionInLinearLayout(child);
1421 int positionInLinearLayout = getPositionInLinearLayout(expandableView);
1878 + getPositionInLinearLayout(mAmbientState.getTrackedHeadsUpRow());
2053 int positionInLinearLayout = getPositionInLinearLayout(v);
2848 getPositionInLinearLayout(trackedHeadsUpRow), in getLayoutMinHeightInternal()
3108 final int startingPosition = getPositionInLinearLayout(removedChild); in updateScrollStateForRemovedChild()
3143 private int getPositionInLinearLayout(View requestedView) { in getPositionInLinearLayout() method
DNotificationChildrenContainer.java1596 public int getPositionInLinearLayout(View childInGroup) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java4083 return mChildrenContainer.getPositionInLinearLayout(childRow); in getPositionOfChild()