Searched refs:wr (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java109 WeakReference<Drawable> wr = mDrawableRef;
112 if (wr != null)
113 d = wr.get();
/frameworks/base/core/java/com/android/internal/util/
H A DFastPrintWriter.java120 * Constructs a new {@code PrintWriter} with {@code wr} as its target
128 * @param wr
131 * if {@code wr} is {@code null}.
133 public FastPrintWriter(Writer wr) { argument
134 this(wr, false, 8192);
138 * Constructs a new {@code PrintWriter} with {@code wr} as its target
143 * @param wr
151 public FastPrintWriter(Writer wr, boolean autoFlush) { argument
152 this(wr, autoFlush, 8192);
156 * Constructs a new {@code PrintWriter} with {@code wr} a
172 FastPrintWriter(Writer wr, boolean autoFlush, int bufferLen) argument
[all...]
/frameworks/volley/src/main/java/com/android/volley/toolbox/
H A DImageRequest.java234 double wr = (double) actualWidth / desiredWidth;
236 double ratio = Math.min(wr, hr);
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp869 float wr = 0.2126, wg = 0.7152, wb = 0.0722; // ITU709 recommended constants local
872 float y = wr * r + wg * g + wb * b;
874 float v = 0.5 * ((r - y) / (1.0 - wr)) + 0.5;
897 // v = 0.5 * ((r -y) / (1.0 - wr)) + 0.5
898 // 0.5 * ((r - y) / (1.0 - wr)) = v - 0.5
899 // (r - y) / (1.0 - wr) = 2 * (v - 0.5)
900 // r - y = 2 * (v - 0.5) * (1.0 - wr)
901 // r = 2 * (v - 0.5) * (1.0 - wr) + y
903 // y = wr * r + wg * g + wb * b
904 // wr *
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DAppCompatDrawableManager.java382 final WeakReference<ConstantState> wr = cache.get(key);
383 if (wr != null) {
385 ConstantState entry = wr.get();
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1353 final WeakReference<Drawable.ConstantState> wr = sIconCache.get(name);
1355 + name + ": " + wr);
1356 if (wr != null) { // we have the activity
1357 final Drawable.ConstantState state = wr.get();
1472 WeakReference<CharSequence> wr = sStringCache.get(name);
1473 if (wr != null) { // we have the activity
1474 CharSequence cs = wr.get();
/frameworks/native/opengl/libagl/
H A Degl.cpp1672 int wr = surface->getHorizontalResolution(); local
1674 *value = (wr * EGL_DISPLAY_SCALING) / hr;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 402 milliseconds