HomeSort by relevance Sort by last modified time
    Searched refs:mShadowedBackground (Results 1 - 2 of 2) sorted by null

  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
BackgroundContainer.java 28 Drawable mShadowedBackground;
48 mShadowedBackground = getContext().getResources().getDrawable(R.drawable.shadowed_background);
68 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);
72 mShadowedBackground.draw(canvas);
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
BackgroundContainer.java 28 Drawable mShadowedBackground;
48 mShadowedBackground =
69 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);
73 mShadowedBackground.draw(canvas);

Completed in 3570 milliseconds