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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppsCustomizeCellLayout.java24 final FocusIndicatorView mFocusHandlerView; field in class:AppsCustomizeCellLayout
29 mFocusHandlerView = new FocusIndicatorView(context);
30 addView(mFocusHandlerView, 0);
31 mFocusHandlerView.getLayoutParams().width = FocusIndicatorView.DEFAULT_LAYOUT_SIZE;
32 mFocusHandlerView.getLayoutParams().height = FocusIndicatorView.DEFAULT_LAYOUT_SIZE;
H A DAppsCustomizePagedView.java967 icon.setOnFocusChangeListener(layout.mFocusHandlerView);

Completed in 212 milliseconds