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

  /external/webkit/Source/WebCore/rendering/
RenderVideo.h 45 static IntSize defaultSize();
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/base/libs/hwui/
ShapeCache.h 310 ShapeCache(const char* name, const char* propertyName, float defaultSize);
404 ShapeCache<Entry>::ShapeCache(const char* name, const char* propertyName, float defaultSize):
406 mSize(0), mMaxSize(MB(defaultSize)) {
412 INIT_LOGD(" Using default %s cache size of %.2fMB", name, defaultSize);
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 459 int defaultSize = mSettings.getDefaultFontSize();
460 assertTrue(defaultSize > 0);
465 assertTrue(maxSize > defaultSize);
491 int defaultSize = mSettings.getDefaultFixedFontSize();
492 assertTrue(defaultSize > 0);
497 assertTrue(maxSize > defaultSize);
    [all...]
  /external/webkit/Source/WebCore/loader/
SubframeLoader.cpp 171 size = RenderVideo::defaultSize();
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.cpp 112 , m_naturalSize(RenderVideo::defaultSize())
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 246 RenderMode defaultRender, String defaultSize) {
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 547 float defaultSize = paint.getTextSize();
563 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 699 milliseconds