Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java518 private float[] mLaunchedNotificationRadii = new float[8]; field in NotificationStackScrollLayout
5560 mLaunchedNotificationRadii[0] = topRadius;
5561 mLaunchedNotificationRadii[1] = topRadius;
5562 mLaunchedNotificationRadii[2] = topRadius;
5563 mLaunchedNotificationRadii[3] = topRadius;
5564 mLaunchedNotificationRadii[4] = bottomRadius;
5565 mLaunchedNotificationRadii[5] = bottomRadius;
5566 mLaunchedNotificationRadii[6] = bottomRadius;
5567 mLaunchedNotificationRadii[7] = bottomRadius;
5570 mLaunchedNotificationRadii, Path.Direction.CW);