Home | History | Annotate | Download | only in activity

Lines Matching defs:zoom

112     // The different levels of zoom: read from the Preferences.
514 * Returns the zoom scale (in percent) which is a combination of the user setting
521 int zoom = Preferences.getPreferences(mContext).getTextZoom();
526 return (int)(Float.valueOf(sZoomSizes[zoom]) * density * 100);