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

  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowPresenter.java 90 private float getWidthTransformRatio(int width, int layoutWidth) {
92 return (float) layoutWidth / (float) width;
  /external/webkit/Source/WebCore/css/
MediaQueryEvaluator.cpp 250 int width = view->layoutWidth();
261 int width = view->layoutWidth();
350 return value->isPrimitiveValue() && compareValue(view->layoutWidth(), static_cast<CSSPrimitiveValue*>(value)->computeLengthInt(style, rootStyle), op);
352 return view->layoutWidth() != 0;
  /external/webkit/Source/WebCore/platform/
ScrollView.h 160 int layoutWidth() const;
ScrollView.cpp 256 int ScrollView::layoutWidth() const
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 589 final int layoutWidth = getWidth();
593 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
594 final int cropLeft = (layoutWidth - mCropSize) / 2;
    [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp 816 m_size.setWidth(layoutWidth());
887 if (!m_firstLayout && (m_size.width() != layoutWidth() || m_size.height() != layoutHeight()))
934 m_size = IntSize(layoutWidth(), layoutHeight());
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 804 m_position.x(), m_position.y(), view->layoutWidth(), view->layoutHeight(),
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 713 width = m_frameView->layoutWidth();
  /external/webkit/Source/WebCore/dom/
Element.cpp 428 return adjustForAbsoluteZoom(view->layoutWidth(), renderView);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 284 milliseconds