Searched refs:height (Results 1 - 6 of 6) sorted by relevance

/art/tools/amm/AmmTest/src/com/android/amm/test/
H A DThreadedRendererUse.java31 public ThreadedRendererUse(Context context, int width, int height) { argument
43 layout.height = height;
H A DSurfaceViewUse.java34 public SurfaceViewUse(Context context, ViewGroup vg, int width, int height) { argument
36 vg.addView(mSurfaceView, width, height);
H A DTextureViewUse.java33 public TextureViewUse(Context context, ViewGroup vg, int width, int height) { argument
35 vg.addView(mTextureView, width, height);
/art/tools/ahat/src/main/com/android/ahat/heapdump/
H A DAhatClassInstance.java194 public final int height; field in class:AhatClassInstance.BitmapInfo
197 public BitmapInfo(int width, int height, byte[] buffer) { argument
199 this.height = height;
218 Integer height = getIntField("mHeight", null);
219 if (height == null) {
228 if (buffer.length < 4 * height * width) {
232 return new BitmapInfo(width, height, buffer);
244 int[] abgr = new int[info.height * info.width];
254 info.width, info.height, BufferedImag
[all...]
/art/test/079-phantom/src/
H A DBitmap.java37 Bitmap(String name, int width, int height, Bitmap.NativeWrapper nativeData) { argument
40 mHeight = height;
69 static Bitmap.NativeWrapper allocNativeStorage(int width, int height) { argument
/art/runtime/
H A Dsubtype_check_test.cc311 void CreateRootedTree(size_t width, size_t height) { argument
314 CreateTreeFor(root_, /*width*/width, /*depth*/height);

Completed in 893 milliseconds