Home
last modified time | relevance | path

Searched refs:View (Results 1 – 2 of 2) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DPropertyAccessBenchmark.java24 private View view = new View();
33 setX = View.class.getDeclaredMethod("setX", float.class); in setUp()
34 x = View.class.getDeclaredField("x"); in setUp()
94 static class View { class in PropertyAccessBenchmark
103 void setFloat(View v, float f); in setFloat()
107 public void setFloat(View v, float f) { in setFloat()
113 public void setFloat(View v, float f) { in setFloat()
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template181 * <p> View buffers have three important advantages over the families of