Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRow.java215 private ArrayList<View> mTranslateableViews; field in ExpandableNotificationRow
1733 mTranslateableViews.add(mChildrenContainer);
1737 mTranslateableViews = new ArrayList<>();
1739 mTranslateableViews.add(getChildAt(i));
1742 mTranslateableViews.remove(mChildrenContainerStub);
1743 mTranslateableViews.remove(mGutsStub);
1848 } else if (mTranslateableViews != null) {
1850 mTranslateableViews.get(i).setTranslationX(0);
1947 } else if (mTranslateableViews != null) {
1950 if (mTranslateableViews.get(i) != null) {
[all …]