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

  /external/webkit/Source/WebCore/rendering/
RenderVideo.cpp 65 IntSize RenderVideo::defaultSize()
129 return IntSize(defaultSize().width(), 1);
131 return defaultSize();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 146 Point defaultSize = dialog.getShell().getSize();
148 Math.max(SIZING_WIZARD_WIDTH, defaultSize.x),
149 Math.max(SIZING_WIZARD_HEIGHT, defaultSize.y));
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 548 float defaultSize = paint.getTextSize();
564 paint.setTextSize(defaultSize);
    [all...]
  /prebuilt/common/ecj/
ecj.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 5139 milliseconds