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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowView.java 31 import com.android.systemui.ExpandHelper;
42 private ExpandHelper mExpandHelper;
63 mExpandHelper = new ExpandHelper(mContext, latestItems, minHeight, maxHeight);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
HeadsUpNotificationView.java 32 import com.android.systemui.ExpandHelper;
38 public class HeadsUpNotificationView extends FrameLayout implements SwipeHelper.Callback, ExpandHelper.Callback {
49 private ExpandHelper mExpandHelper;
131 mExpandHelper = new ExpandHelper(mContext, this, minHeight, maxHeight);
175 // ExpandHelper.Callback methods
NotificationRowLayout.java 32 import com.android.systemui.ExpandHelper;
42 implements SwipeHelper.Callback, ExpandHelper.Callback
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 36 public class ExpandHelper implements Gefingerpoken, OnClickListener {
45 private static final String TAG = "ExpandHelper";
185 public ExpandHelper(Context context, Callback callback, int small, int large) {

Completed in 374 milliseconds