/development/samples/browseable/NetworkConnect/src/com.example.android.common.logger/ |
LogFragment.java | 73 double scale = getResources().getDisplayMetrics().density;
|
/development/samples/browseable/StorageClient/src/com.example.android.common/logger/ |
LogFragment.java | 73 double scale = getResources().getDisplayMetrics().density;
|
/development/samples/browseable/StorageProvider/src/com.example.android.common/logger/ |
LogFragment.java | 73 double scale = getResources().getDisplayMetrics().density;
|
/development/samples/browseable/TextLinkify/src/com.example.android.common.logger/ |
LogFragment.java | 73 double scale = getResources().getDisplayMetrics().density;
|
/development/samples/browseable/TextSwitcher/src/com.example.android.common.logger/ |
LogFragment.java | 73 double scale = getResources().getDisplayMetrics().density;
|
/development/samples/browseable/repeatingAlarm/src/com.example.android.common/logger/ |
LogFragment.java | 73 double scale = getResources().getDisplayMetrics().density;
|
/external/chromium_org/android_webview/browser/renderer_host/ |
aw_render_view_host_ext.h | 56 // |last_hit_test_data_|. |view_x| and |view_y| are in density independent
|
/external/chromium_org/chrome/common/extensions/docs/templates/intros/ |
pageAction.html | 48 scale the icon you provide to the pixel density of the user's display, which
|
browserAction.html | 42 scale the icon you provide to the pixel density of the user's display, which 93 <p>To properly display icon when screen pixel density (ratio
|
/external/chromium_org/ppapi/c/private/ |
ppb_pdf.h | 154 // Returns a resource image appropriate for a device with |scale| density.
|
/external/chromium_org/ui/gfx/ |
display.h | 16 // system. For platforms that support DIP (density independent pixel),
|
/external/qemu/android/avd/ |
hardware-properties.ini | 201 # LCD density 202 name = hw.lcd.density 206 abstract = Abstracted LCD density 207 description = A value used to roughly describe the density of the LCD screen for automatic resource/asset selection.
|
/frameworks/base/core/jni/android/graphics/ |
Graphics.cpp | 350 int bitmapCreateFlags, jbyteArray ninepatch, jintArray layoutbounds, int density) 359 bitmap->width(), bitmap->height(), density, isMutable, isPremultiplied, 366 jbyteArray ninepatch, int density) 368 return createBitmap(env, bitmap, NULL, bitmapCreateFlags, ninepatch, NULL, density);
|
GraphicsJNI.h | 62 int bitmapCreateFlags, jbyteArray ninepatch, jintArray layoutbounds, int density = -1); 65 jbyteArray ninepatch, int density = -1);
|
/frameworks/base/docs/html/reference/com/google/android/gms/ads/ |
AdSize.html | 836 <td class="jd-descrcol" width="100%">Mobile Marketing Association (MMA) banner ad size (320x50 density-independent pixels).</td> 847 <td class="jd-descrcol" width="100%">Interactive Advertising Bureau (IAB) full banner ad size (468x60 density-independent pixels).</td> 858 <td class="jd-descrcol" width="100%">Interactive Advertising Bureau (IAB) leaderboard ad size (728x90 density-independent pixels).</td> 869 <td class="jd-descrcol" width="100%">Interactive Advertising Bureau (IAB) medium rectangle ad size (300x250 density-independent 892 <td class="jd-descrcol" width="100%">IAB wide skyscraper ad size (160x600 density-independent pixels).</td> 970 <div class="jd-descrdiv">Returns the height of this <code><a href="/reference/com/google/android/gms/ads/AdSize.html">AdSize</a></code> in density-independent pixels.</div> 1006 <div class="jd-descrdiv">Returns the width of this <code><a href="/reference/com/google/android/gms/ads/AdSize.html">AdSize</a></code> in density-independent pixels.</div> [all...] |
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
DisplayListLayersActivity.java | 79 return (int) (getResources().getDisplayMetrics().density * size + 0.5f);
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/ |
ActionMenuView.java | 60 final float density = context.getResources().getDisplayMetrics().density; local 61 mMinCellSize = (int) (MIN_CELL_SIZE * density); 62 mGeneratedItemPadding = (int) (GENERATED_ITEM_PADDING * density);
|
/packages/apps/Contacts/src/com/android/contacts/detail/ |
ContactDetailPhotoSetter.java | 69 // assumed local density.
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/ |
ShortcutIntentBuilder.java | 360 final float density = r.getDisplayMetrics().density; local 412 dst.set(iconWidth - ((int) (20 * density)), -1, 413 iconWidth, ((int) (19 * density)));
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherApplication.java | 49 sScreenDensity = getResources().getDisplayMetrics().density;
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
InputSmoother.java | 46 mDensity = context.getResources().getDisplayMetrics().density;
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
Drawable.java | 799 * value to determine density information. 813 * value to determine density information. 830 // Special stuff for compatibility mode: if the target density is not 831 // the same as the display density, but the resource -is- the same as 832 // the display density, then don't scale it down to the target density. 833 // This allows us to load the system's density-correct resources into 835 // to the compatibility density only to have them scaled back up when [all...] |
/development/ndk/platforms/android-9/include/android/ |
configuration.h | 194 * Set the current density in the configuration. 196 void AConfiguration_setDensity(AConfiguration* config, int32_t density);
|
/external/eigen/test/ |
sparse_permutations.cpp | 24 double density = (std::max)(8./(rows*cols), 0.01); local 30 initSparse<Scalar>(density, mat_d, mat, 0);
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
load-bitmap.jd | 31 density of your device.</p> 88 <li>Screen size and density of the current device.</li>
|