Home
last modified time | relevance | path

Searched refs:mArrowView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DRecentsOnboarding.java111 private final View mArrowView; field in RecentsOnboarding
292 mArrowView = mLayout.findViewById(R.id.arrow); in RecentsOnboarding()
316 ViewGroup.LayoutParams arrowLp = mArrowView.getLayoutParams(); in RecentsOnboarding()
323 mArrowView.setBackground(arrowDrawable); in RecentsOnboarding()