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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java68 public class RecentsPanelView extends FrameLayout implements OnItemClickListener, RecentsCallback, class in inherits:FrameLayout,OnItemClickListener,RecentsCallback,StatusBarPanel,Animator.AnimatorListener
70 static final String TAG = "RecentsPanelView";
244 public RecentsPanelView(Context context, AttributeSet attrs) { method in class:RecentsPanelView
248 public RecentsPanelView(Context context, AttributeSet attrs, int defStyle) { method in class:RecentsPanelView
252 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RecentsPanelView,

Completed in 7 milliseconds