/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/ |
D | errorCalculator.rs | 6 int HEIGHT; 15 for (int x = 0; x < HEIGHT; x += REGION_SIZE) { 37 for (int x = 0; x < HEIGHT; x++) {
|
/frameworks/base/core/tests/coretests/src/android/hardware/display/ |
D | VirtualDisplayTest.java | 57 private static final int HEIGHT = 480; field in VirtualDisplayTest 86 mImageReader = ImageReader.newInstance(WIDTH, HEIGHT, PixelFormat.RGBA_8888, 2); in setUp() 114 WIDTH, HEIGHT, DENSITY, mSurface, 0); in testPrivateVirtualDisplay() 137 WIDTH, HEIGHT, DENSITY, mSurface, in testPrivatePresentationVirtualDisplay() 165 WIDTH, HEIGHT, DENSITY, mSurface, in testPublicPresentationVirtualDisplay() 218 WIDTH, HEIGHT, DENSITY, mSurface, in testSecurePublicPresentationVirtualDisplay() 259 assertEquals("display height must match supplied height", HEIGHT, size.y); in assertDisplayRegistered()
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MultiProducerActivity.java | 43 private final int HEIGHT = 600; field in MultiProducerActivity 63 LayoutParams frameLP = new LayoutParams(WIDTH, HEIGHT, 0, 0); in onCreate() 71 WIDTH - 2 * BORDER_WIDTH, HEIGHT - 2 * BORDER_WIDTH, in onCreate() 83 HEIGHT - 2 * BORDER_WIDTH - CONTENT_GAP, BORDER_WIDTH, BORDER_WIDTH); in onCreate() 152 mFrameContent = new ColorPulse(0xFF101010, 0xFF707070, new Rect(0, 0, WIDTH, HEIGHT)); in FakeFrame()
|
/frameworks/base/core/tests/coretests/src/android/graphics/ |
D | PathOffsetTest.java | 35 private static final int HEIGHT = 100; field in PathOffsetTest 82 Bitmap bitmap = Bitmap.createBitmap(WIDTH, HEIGHT, Config.ARGB_8888); in drawAndGetBitmap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackLayoutAlgorithm.java | 137 @IntDef({WIDTH, HEIGHT}) 140 private static final int HEIGHT = 1; field in TaskStackLayoutAlgorithm 439 … int topMargin = getScaleForExtent(windowRect, displayRect, mBaseTopMargin, mMinMargin, HEIGHT); in initialize() 441 HEIGHT); in initialize() 443 mMinMargin, HEIGHT); in initialize() 1226 } else if (extent == HEIGHT) { in getScaleForExtent()
|
/frameworks/base/core/java/android/provider/ |
D | MediaStore.java | 462 public static final String HEIGHT = "height"; field 927 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight()); in StoreThumbnail() 1201 public static final String HEIGHT = "height"; field in MediaStore.Images.Thumbnails 2253 public static final String HEIGHT = "height"; field in MediaStore.Video.Thumbnails
|
D | ContactsContract.java | 4069 public static final String HEIGHT = "height"; field
|
/frameworks/rs/java/tests/RsCameraDemo/src/com/android/example/rscamera/ |
D | MediaStoreSaver.java | 137 values.put(Images.Thumbnails.HEIGHT, thumb.getHeight()); in storeThumbnail()
|
/frameworks/native/libs/gui/tests/ |
D | BufferQueue_test.cpp | 476 static const uint32_t HEIGHT = 240; in TEST_F() local 478 ASSERT_EQ(OK, mConsumer->setDefaultBufferSize(WIDTH, HEIGHT)); in TEST_F() 500 WIDTH * 2, HEIGHT * 2, 0, GRALLOC_USAGE_SW_WRITE_OFTEN)); in TEST_F()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | GlobalScreenshot.java | 258 values.put(MediaStore.Images.ImageColumns.HEIGHT, mImageHeight); in doInBackground()
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 2720 int HEIGHT = 20; in renewBounds() local 2728 setBounds(0, 0, width, HEIGHT); in renewBounds()
|
/frameworks/base/media/java/android/media/ |
D | MediaScanner.java | 819 map.put(MediaStore.MediaColumns.HEIGHT, mHeight);
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 25098 field public static final java.lang.String HEIGHT = "height"; 25113 field public static final java.lang.String HEIGHT = "height"; 25146 field public static final java.lang.String HEIGHT = "height";
|
/frameworks/base/api/ |
D | current.txt | 32174 field public static final java.lang.String HEIGHT = "height"; 32189 field public static final java.lang.String HEIGHT = "height"; 32222 field public static final java.lang.String HEIGHT = "height";
|
D | system-current.txt | 34777 field public static final java.lang.String HEIGHT = "height"; 34792 field public static final java.lang.String HEIGHT = "height"; 34825 field public static final java.lang.String HEIGHT = "height";
|
D | test-current.txt | 32247 field public static final java.lang.String HEIGHT = "height"; 32262 field public static final java.lang.String HEIGHT = "height"; 32295 field public static final java.lang.String HEIGHT = "height";
|