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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RectangleShape.cpp 58 float boundsHeight = std::max(0.0f, height() - padding * 2);
61 return FloatRoundedRect(FloatRect(boundsX, boundsY, boundsWidth, boundsHeight), FloatSize(boundsRadiusX, boundsRadiusY));
73 float boundsHeight = height() + margin * 2;
76 return FloatRoundedRect(FloatRect(boundsX, boundsY, boundsWidth, boundsHeight), FloatSize(boundsRadiusX, boundsRadiusY));
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 220 final int boundsHeight = bounds.height() - heightOffset;
223 final float alpha = Math.min((float) boundsHeight / (float) mExpandedPhotoSize,

Completed in 153 milliseconds