Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java92 private View mBtvDrawable; field in FloatingIconView
128 mBtvDrawable = new ImageView(context, attrs); in FloatingIconView()
129 addView(mBtvDrawable); in FloatingIconView()
221 mBtvDrawable.setLayoutParams(new FrameLayout.LayoutParams(lp.width, lp.height, LEFT)); in matchPositionOf()
404 mBtvDrawable.setBackground(btvIcon == null ? null : btvIcon.get()); in setOriginalDrawableBackground()
510 || (!mIsOpening && mBtvDrawable.getBackground() != null)) { in onAnimationStart()
711 mBtvDrawable.setBackground(null); in recycle()