Beispiel #1
0
 /**
  * Returns the width of this item.
  *
  * @return the width of this item
  */
 int getWidth() {
   return fDetailsBlock.getWidth() + fExpandBlock.getWidth() + 2;
 }