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

  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
BackgroundContainer.java 29 int mOpenAreaTop, mOpenAreaBottom, mOpenAreaHeight;
54 mOpenAreaHeight = bottom;
68 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
BackgroundContainer.java 29 int mOpenAreaTop, mOpenAreaBottom, mOpenAreaHeight;
55 mOpenAreaHeight = bottom;
69 mShadowedBackground.setBounds(0, 0, getWidth(), mOpenAreaHeight);

Completed in 50 milliseconds