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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
BorderEdge.cpp 67 int fullWidth = usedWidth();
68 outerWidth = fullWidth / 3;
69 innerWidth = fullWidth * 2 / 3;
72 if (fullWidth % 3 == 2)
75 if (fullWidth % 3 == 1)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutCanvas.java 383 int fullWidth = imageWidth;
412 mHScale.setSize(imageWidth, fullWidth, clientWidth);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 496 milliseconds