Searched refs:TaskViewFocusFrame (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/ |
H A D | TaskViewFocusFrame.java | 29 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 D | TaskStackView.java | 96 import com.android.systemui.recents.views.grid.TaskViewFocusFrame; 218 private TaskViewFocusFrame mTaskViewFocusFrame; 273 mTaskViewFocusFrame = new TaskViewFocusFrame(mContext, this,
|
Completed in 33 milliseconds