Home | History | Annotate | Download | only in policy

Lines Matching refs:getBounds

88             final float w = getBounds().width();
89 final float h = getBounds().height();
132 return getBounds().width() > getBounds().height();
272 return isHorizontal() ? getBounds().width() : getBounds().height();
276 int size = isHorizontal() ? getBounds().width() : getBounds().height();
301 mBottomProp = CanvasProperty.createFloat(getBounds().height());
302 mRxProp = CanvasProperty.createFloat(getBounds().height()/2);
303 mRyProp = CanvasProperty.createFloat(getBounds().height()/2);
306 mRightProp = CanvasProperty.createFloat(getBounds().width());
307 mRxProp = CanvasProperty.createFloat(getBounds().width()/2);
308 mRyProp = CanvasProperty.createFloat(getBounds().width()/2);