HomeSort by relevance Sort by last modified time
    Searched refs:flingExpands (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 337 boolean expand = flingExpands(vel, vectorVel)
523 protected boolean flingExpands(float vel, float vectorVel) {
    [all...]
NotificationPanelView.java 720 protected boolean flingExpands(float vel, float vectorVel) {
721 boolean expands = super.flingExpands(vel, vectorVel);
    [all...]

Completed in 30 milliseconds