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

  /development/samples/Home/src/com/example/android/home/
Home.java 630 final int iconWidth = icon.getIntrinsicWidth();
639 if (width > 0 && height > 0 && (width < iconWidth || height < iconHeight)) {
640 final float ratio = (float) iconWidth / iconHeight;
642 if (iconWidth > iconHeight) {
644 } else if (iconHeight > iconWidth) {
  /bootable/recovery/
screen_ui.cpp 102 int iconWidth = gr_get_width(surface);
110 iconX = (gr_fb_width() - iconWidth) / 2;
116 gr_blit(surface, 0, 0, iconWidth, iconHeight, iconX, iconY);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/banners/
AppBannerView.java 743 int iconWidth = mIconView.getMeasuredWidth();
744 int iconLeft = mIsLayoutLTR ? start : (getMeasuredWidth() - start - iconWidth);
745 mIconView.layout(iconLeft, top, iconLeft + iconWidth, top + mIconView.getMeasuredHeight());
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 1824 milliseconds