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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
TaskViewFocusFrame.java 29 public class TaskViewFocusFrame extends View implements OnGlobalFocusChangeListener {
33 public TaskViewFocusFrame(Context context) {
37 public TaskViewFocusFrame(Context context, AttributeSet attrs) {
41 public TaskViewFocusFrame(Context context, AttributeSet attrs, int defStyleAttr) {
45 public TaskViewFocusFrame(Context context, AttributeSet attrs, int defStyleAttr,
54 public TaskViewFocusFrame(Context context, TaskStackView stackView,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackView.java 106 import com.android.systemui.recents.views.grid.TaskViewFocusFrame;
225 private TaskViewFocusFrame mTaskViewFocusFrame;
293 mTaskViewFocusFrame = new TaskViewFocusFrame(mContext, this,
    [all...]

Completed in 190 milliseconds