Searched refs:wr (Results 1 – 7 of 7) sorted by relevance
109 WeakReference<Drawable> wr = mDrawableRef; in getCachedDrawable() local112 if (wr != null) in getCachedDrawable()113 d = wr.get(); in getCachedDrawable()
149 public FastPrintWriter(Writer wr) { in FastPrintWriter() argument150 this(wr, false, 8192); in FastPrintWriter()167 public FastPrintWriter(Writer wr, boolean autoFlush) { in FastPrintWriter() argument168 this(wr, autoFlush, 8192); in FastPrintWriter()188 public FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) { in FastPrintWriter() argument190 if (wr == null) { in FastPrintWriter()197 mWriter = wr; in FastPrintWriter()
869 float wr = 0.2126, wg = 0.7152, wb = 0.0722; // ITU709 recommended constants in hwcTestColorConvert() local872 float y = wr * r + wg * g + wb * b; in hwcTestColorConvert()874 float v = 0.5 * ((r - y) / (1.0 - wr)) + 0.5; in hwcTestColorConvert()909 float r = 2.0 * (v - 0.5) * (1.0 - wr) + y; in hwcTestColorConvert()911 float g = (y - wr * r - wb * b) / wg; in hwcTestColorConvert()
399 final WeakReference<ConstantState> wr = cache.get(key); in getCachedDrawable() local400 if (wr != null) { in getCachedDrawable()402 ConstantState entry = wr.get(); in getCachedDrawable()
1467 final WeakReference<Drawable.ConstantState> wr = sIconCache.get(name); in getCachedIcon() local1469 + name + ": " + wr); in getCachedIcon()1470 if (wr != null) { // we have the activity in getCachedIcon()1471 final Drawable.ConstantState state = wr.get(); in getCachedIcon()1586 WeakReference<CharSequence> wr = sStringCache.get(name); in getCachedString() local1587 if (wr != null) { // we have the activity in getCachedString()1588 CharSequence cs = wr.get(); in getCachedString()
1685 int wr = surface->getHorizontalResolution(); in eglQuerySurface() local1687 *value = (wr * EGL_DISPLAY_SCALING) / hr; in eglQuerySurface()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...