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

  /external/webkit/Source/WebKit/mac/Misc/
WebNSControlExtras.m 39 float heightDelta = bestSize.height - frame.size.height;
41 frame.size.height += heightDelta;
42 frame.origin.y -= heightDelta;
55 windowFrame.size.height += heightDelta * userSpaceScaleFactor;
  /packages/apps/Contacts/src/com/android/contacts/activities/
PhotoSelectionActivity.java 371 int heightDelta = adjustedPhotoSize - mPhotoStartParams.height;
372 if (widthDelta >= 1 || heightDelta >= 1) {
377 Math.max(mPhotoStartParams.topMargin - heightDelta, 0);
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 310 int heightDelta = zoomedRect.height() - (zoomedSize.height() + margins[topMargin] * zoomFactor + margins[bottomMargin] * zoomFactor);
316 if (heightDelta < 0) {
318 result.setHeight(result.height() - heightDelta);
  /external/webkit/Source/WebCore/platform/mac/
ThemeMac.mm 192 int heightDelta = zoomedRect.height() - (zoomedSize.height() + margins[topMargin] * zoomFactor + margins[bottomMargin] * zoomFactor);
198 if (heightDelta < 0) {
200 result.setHeight(result.height() - heightDelta);
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 301 int heightDelta = r.height() - (size.height() + margins[topMargin] + margins[bottomMargin]);
307 if (heightDelta < 0) {
309 result.setHeight(result.height() - heightDelta);
    [all...]
RenderThemeMac.mm 537 int heightDelta = r.height() - (size.height() + margins[topMargin] * zoomLevel + margins[bottomMargin] * zoomLevel);
543 if (heightDelta < 0) {
545 result.setHeight(result.height() - heightDelta);
    [all...]
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 133 milliseconds