Searched defs:speedBumpView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java2055 public void setSpeedBumpView(SpeedBumpView speedBumpView) { argument
2056 mSpeedBumpView = speedBumpView;
2057 addView(speedBumpView);

Completed in 49 milliseconds