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

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

Completed in 162 milliseconds