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

  /packages/apps/Camera/src/com/android/camera/ui/
ZoomControlBar.java 184 int sliderHeight = mZoomSlider.getMeasuredHeight();
185 mZoomSlider.layout(0, (pos - sliderHeight / 2), size,
186 (pos + sliderHeight / 2));
  /external/webkit/Source/WebKit/win/
FullscreenVideoController.cpp 63 static const int sliderHeight = 8;
239 , m_volumeSlider(HUDSlider::RoundButton, volumeSliderButtonSize, IntRect(IntPoint(margin + buttonMiniSize, marginTop + (buttonSize - buttonMiniSize) / 2 + buttonMiniSize / 2 - sliderHeight / 2), IntSize(volumeSliderWidth, sliderHeight)))
240 , m_timeSlider(HUDSlider::DiamondButton, timeSliderButtonSize, IntRect(IntPoint(windowWidth / 2 - timeSliderWidth / 2, windowHeight - margin - sliderHeight), IntSize(timeSliderWidth, sliderHeight)))
538 context.drawText(font, leftText, IntPoint(windowWidth / 2 - timeSliderWidth / 2 - margin - font.width(leftText), windowHeight - margin - sliderHeight / 2 + fontHeight / 4));
544 context.drawText(font, rightText, IntPoint(windowWidth / 2 + timeSliderWidth / 2 + margin, windowHeight - margin - sliderHeight / 2 + fontHeight / 4));

Completed in 1800 milliseconds