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

  /external/webkit/Source/WebCore/svg/
SVGRectElement.cpp 185 float heightValue = height().value(this);
186 if (heightValue <= 0)
192 FloatRect rect(xValue, yValue, widthValue, heightValue);
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 67 TypedValue heightValue = new TypedValue();
69 com.android.internal.R.attr.actionBarSize, heightValue, true);
70 mActionBarHeight = TypedValue.complexToDimensionPixelSize(heightValue.data,
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java     [all...]

Completed in 72 milliseconds