HomeSort by relevance Sort by last modified time
    Searched full:density (Results 451 - 475 of 866) sorted by null

<<11121314151617181920>>

  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeeksAdapter.java 108 mScale = context.getResources().getDisplayMetrics().density;
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 98 COLOR_CHIP_SIZE *= context.getResources().getDisplayMetrics().density;
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 144 int height = (int) (getResources().getDisplayMetrics().density * 16);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 146 // Load drawables through Resources, to get the source density information
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
mtio.h 50 #define MTSETDENSITY 21 /* set tape density (SCSI) */
telephony.h 52 * Quicknet Technologies, Inc. - makes low density analog telephony cards
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mtio.h 50 #define MTSETDENSITY 21 /* set tape density (SCSI) */
telephony.h 52 * Quicknet Technologies, Inc. - makes low density analog telephony cards
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
mtio.h 50 #define MTSETDENSITY 21 /* set tape density (SCSI) */
telephony.h 52 * Quicknet Technologies, Inc. - makes low density analog telephony cards
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewTemplateWizardState.java 167 String title = String.format("Generate icons (res/drawable-<density>/%1$s.png)",
  /external/libvorbis/vq/
vqgen.c 286 /* quantize to the density mesh if it's selected */
321 spinnit("eliminating density... ",v->points-i);
326 " after density mesh (%ld%%)\n",march,v->points,march*100/v->points);
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 156 float density = r.getDisplayMetrics().density; local
158 (int) (r.getInteger(R.integer.config_flingToDeleteMinVelocity) * density);
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 152 float density = r.getDisplayMetrics().density; local
154 (int) (r.getInteger(R.integer.config_flingToDeleteMinVelocity) * density);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 259 paint.density = getResources().getDisplayMetrics().density;
262 paint.setShadowLayer(4 * paint.density, 0, 0, Color.BLACK);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 465 public void setMonitorDensity(float density) {
466 mMonitorDensity = density;
470 store.setValue(PREFS_MONITOR_DENSITY, density);
  /frameworks/base/core/java/android/webkit/
WebSettings.java 90 * Enum for specifying the WebView's desired density.
507 * Sets the default zoom density of the page. This must be called from the UI
516 * @param zoom the zoom density
526 * Gets the default zoom density of the page. This should be called from
531 * @return the zoom density
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
802.11.h     [all...]
  /frameworks/base/docs/html/sdk/
RELEASENOTES.jd 216 <li>QVGA &mdash; 240 x 320, low density (120 dpi)</li>
217 <li>HVGA &mdash; 320 x 480, medium density (160 dpi)</li>
218 <li>WVGA800 &mdash; 480 x 800, high density (240 dpi)</li>
219 <li>WVGA854 &mdash; 480 x 854, high density (240 dpi)</li>
223 density for each skin, to create any combination of resolution/density (WVGA
224 with medium density, for instance). To do so, use the <code>android</code> tool
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 51 import com.android.resources.Density;
1008 DensityQualifier density = c.getDensityQualifier(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ConfigurationSelector.java 45 import com.android.resources.Density;
193 * Implementation of {@link VerifyListener} for the Density qualifier.
220 * For instance {@link Density#NODPI} is a valid qualifier for a resource configuration but
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
random 391 * The formula for the beta probability density function is:
606 * The formula for the normal probability density function is
911 * The formula for the Rice probability density function is
    [all...]
  /frameworks/base/docs/html/google/play/
filters.jd 343 <p>Google Play filters the application if the device screen size and density does not match
349 and density that you have not listed. You should instead use the <a
424 <li>Screen size (and, optionally, screen density)
  /frameworks/base/docs/html/guide/topics/resources/
localization.jd 247 stylus and has a QVGA low-density screen in landscape orientation.</li>
255 low-density screen in landscape orientation.</p>
396 resolution and density of the device screen may differ, which could affect
  /cts/tests/tests/widget/src/android/widget/cts/
FrameLayoutTest.java 192 * Helper method to compare expected pixels, scaled to device density, with actual

Completed in 1600 milliseconds

<<11121314151617181920>>