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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVideo.h 43 static IntSize defaultSize();
RenderVideo.cpp 54 IntSize RenderVideo::defaultSize()
121 return LayoutSize(defaultSize().width(), 1);
123 return defaultSize();
RenderListBox.cpp 76 const int defaultSize = 4;
247 return defaultSize;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/
ResizableDialog.java 71 Point defaultSize = getDefaultSize();
76 int width = Math.min(displayBounds.width, Math.max(oldBounds.width, defaultSize.x));
77 int height = Math.min(displayBounds.height, Math.max(oldBounds.height, defaultSize.y));
82 return defaultSize;
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/camera/
CameraConfigurationManager.java 157 Camera.Size defaultSize = parameters.getPreviewSize();
158 bestSize = new Point(defaultSize.width, defaultSize.height);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
OpenWizardAction.java 149 Point defaultSize = dialog.getShell().getSize();
151 Math.max(SIZING_WIZARD_WIDTH, defaultSize.x),
152 Math.max(SIZING_WIZARD_HEIGHT, defaultSize.y));
  /external/chromium_org/third_party/WebKit/Source/core/html/
NumberInputType.h 54 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const OVERRIDE;
NumberInputType.cpp 179 bool NumberInputType::sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const
181 preferredSize = defaultSize;
InputType.h 162 virtual bool sizeShouldIncludeDecoration(int defaultSize, int& preferredSize) const;
HTMLInputElement.cpp 98 const int defaultSize = 20;
103 , m_size(defaultSize)
699 m_size = valueAsInteger > 0 ? valueAsInteger : defaultSize;
941 return m_inputType->sizeShouldIncludeDecoration(defaultSize, preferredSize);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 128 final int defaultSize) {
132 return defaultSize;
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebSettingsTest.java 300 int defaultSize = mSettings.getDefaultFontSize();
301 assertTrue(defaultSize > 0);
306 assertTrue(maxSize > defaultSize);
318 int defaultSize = mSettings.getDefaultFixedFontSize();
319 assertTrue(defaultSize > 0);
324 assertTrue(maxSize > defaultSize);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WallpaperPickerActivity.java 635 Point defaultSize = getDefaultThumbnailSize(this.getResources());
637 Bitmap thumb = createThumbnail(defaultSize, this, uri, null, null, 0, rotation, false);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 254 RenderMode defaultRender, String defaultSize) {
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 687 float defaultSize = paint.getTextSize();
703 paint.setTextSize(defaultSize);
    [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 994 milliseconds

1 2