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

  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 70 private float widthMultiplier;
113 widthMultiplier = (float) (wideWidth - narrowWidth)
115 widthConstant = (int) (narrowWidth - narrowParentWidth * widthMultiplier);
159 int w = (int) (parentSize * widthMultiplier) + widthConstant;
  /external/webkit/Source/WebCore/loader/cache/
CachedImage.cpp 201 float widthMultiplier = (m_image->hasRelativeWidth() ? 1.0f : multiplier);
208 int width = static_cast<int>(m_image->rect().width() * widthMultiplier);
215 int x = static_cast<int>(m_image->rect().x() * widthMultiplier);

Completed in 1045 milliseconds