Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DAbstractSlideInView.java141 private @Nullable Drawable mContentBackground; field in AbstractSlideInView
377 mContentBackground = drawable; in setContentBackgroundWithParent()
383 if (mContentBackground == null || mContentBackgroundParentView == null) { in drawScaledBackground()
386 mContentBackground.setBounds( in drawScaledBackground()
392 mContentBackground.draw(canvas); in drawScaledBackground()