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

/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java74 private final ViewGroupFocusHelper mFocusIndicatorHelper; field in class:FolderPagedView
109 mFocusIndicatorHelper = new ViewGroupFocusHelper(this);
180 mFocusIndicatorHelper.draw(canvas);
254 textView.setOnFocusChangeListener(mFocusIndicatorHelper);
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DDragLayer.java109 private final ViewGroupFocusHelper mFocusIndicatorHelper; field in class:DragLayer
133 mFocusIndicatorHelper = new ViewGroupFocusHelper(this);
149 return mFocusIndicatorHelper;
888 mFocusIndicatorHelper.draw(canvas);

Completed in 1291 milliseconds