Searched refs:scaled (Results 1 – 9 of 9) sorted by relevance
111 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled, in getBitmapOptionsForPool() argument114 options.inScaled = scaled; in getBitmapOptionsForPool()
54 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled, in getBitmapOptionsForPool() argument57 options.inScaled = scaled; in getBitmapOptionsForPool()
320 final Bitmap scaled = Bitmap.createScaledBitmap(bitmap, size, size, false); in saveToContact() local321 final byte[] compressed = ContactPhotoUtils.compressBitmap(scaled); in saveToContact()
83 public Vector3 scaled(float a) { in scaled() method in Vector3
493 float scaled = (float) Math.pow(excess, 1f / factor); in adjustVelocity() local494 return (max + scaled) * sign; in adjustVelocity()
73 Vector3 expected = initial.scaled(-1); in transformPoint_rotate180AroundOrthogonalFlipsVector()