Home | History | Annotate | Download | only in graphics

Lines Matching refs:density

22 import com.android.resources.Density;
55 final int density = opts.inDensity;
56 if (density == 0) {
60 bm.setDensity(density);
62 if (targetDensity == 0 || density == targetDensity || density == opts.inScreenDensity) {
70 float scale = targetDensity / (float)density;
103 Density density = Density.MEDIUM;
106 density = Density.getEnum(opts.inDensity);
123 density);
137 bm = Bitmap_Delegate.createBitmap(is, bitmapCreateFlags, density);