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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.h 135 int layoutWidth(VisibleContentRectIncludesScrollbars scrollbarInclusion = ExcludeScrollbars) const { return layoutSize(scrollbarInclusion).width(); }
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java 654 final int layoutWidth = getWidth();
658 mCropSize = Math.min(sCropSize, Math.min(layoutWidth, layoutHeight));
659 final int cropLeft = (layoutWidth - mCropSize) / 2;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 189 milliseconds