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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFieldset.cpp 179 LayoutUnit clipHeight = max(static_cast<LayoutUnit>(style()->borderTopWidth()), legend->height() - ((legend->height() - borderTop()) / 2));
180 graphicsContext->clipOut(pixelSnappedIntRect(paintRect.x() + legend->x(), clipTop, legend->width(), clipHeight));
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 209 float clipHeight = previousNotificationIsSwiped
213 updateChildClippingAndBackground(state, newHeight, clipHeight,
231 * @param clipHeight the desired clip height, the rest of the view will be clipped from the top
236 float realHeight, float clipHeight, float backgroundHeight) {
237 if (realHeight > clipHeight) {
239 state.topOverLap = (int) Math.floor((realHeight - clipHeight) / state.scale);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js 464 var clipHeight = WebInspector.TimelineUIUtils._quadHeight(clip);
465 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d × %d", clipWidth, clipHeight));
TracingTimelineUIUtils.js 538 var clipHeight = WebInspector.TimelineUIUtils._quadHeight(clip);
539 contentHelper.appendTextRow(WebInspector.UIString("Dimensions"), WebInspector.UIString("%d × %d", clipWidth, clipHeight));
    [all...]
  /prebuilts/devtools/tools/lib/
hierarchyviewer2lib.jar 

Completed in 321 milliseconds