Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java142 private @Nullable View mContentBackgroundParentView; field in AbstractSlideInView
378 mContentBackgroundParentView = parentView; in setContentBackgroundWithParent()
383 if (mContentBackground == null || mContentBackgroundParentView == null) { in drawScaledBackground()
387 mContentBackgroundParentView.getLeft(), in drawScaledBackground()
388 mContentBackgroundParentView.getTop() + (int) mContent.getTranslationY(), in drawScaledBackground()
389 mContentBackgroundParentView.getRight(), in drawScaledBackground()
390 mContentBackgroundParentView.getBottom() in drawScaledBackground()