Searched refs:TaskViewFocusFrame (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
H A DTaskViewFocusFrame.java29 public class TaskViewFocusFrame extends View implements OnGlobalFocusChangeListener { class in inherits:View,OnGlobalFocusChangeListener
33 public TaskViewFocusFrame(Context context) { method in class:TaskViewFocusFrame
37 public TaskViewFocusFrame(Context context, AttributeSet attrs) { method in class:TaskViewFocusFrame
41 public TaskViewFocusFrame(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TaskViewFocusFrame
45 public TaskViewFocusFrame(Context context, AttributeSet attrs, int defStyleAttr, method in class:TaskViewFocusFrame
54 public TaskViewFocusFrame(Context context, TaskStackView stackView, method in class:TaskViewFocusFrame
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java96 import com.android.systemui.recents.views.grid.TaskViewFocusFrame;
218 private TaskViewFocusFrame mTaskViewFocusFrame;
273 mTaskViewFocusFrame = new TaskViewFocusFrame(mContext, this,

Completed in 209 milliseconds