Home
last modified time | relevance | path

Searched refs:DEFAULT_WIDTH (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/gui/tests/
DIGraphicBufferProducer_test.cpp53 const uint32_t DEFAULT_WIDTH = 1; variable
69 const Rect QUEUE_BUFFER_INPUT_RECT = Rect(DEFAULT_WIDTH, DEFAULT_HEIGHT);
240 (mProducer->dequeueBuffer(slot, fence, DEFAULT_WIDTH, DEFAULT_HEIGHT, in setupDequeueRequestBuffer()
321 EXPECT_EQ(DEFAULT_WIDTH, static_cast<uint32_t>(value)); in TEST_P()
385 (mProducer->dequeueBuffer(&dequeuedSlot, &dequeuedFence, DEFAULT_WIDTH, in TEST_P()
404 EXPECT_EQ(DEFAULT_WIDTH, output.width); in TEST_P()
450 (mProducer->dequeueBuffer(&dequeuedSlot, &dequeuedFence, DEFAULT_WIDTH, in TEST_P()
493 QueueBufferInputBuilder().setCrop(Rect(DEFAULT_WIDTH + 1, DEFAULT_HEIGHT + 1)) in TEST_P()
521 (mProducer->dequeueBuffer(&dequeuedSlot, &dequeuedFence, DEFAULT_WIDTH, in TEST_P()
548 (dequeueBuffer(DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FORMAT, in TEST_P()
[all …]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
DImageReaderTest.java33 private static final int DEFAULT_WIDTH = 640; field in ImageReaderTest
58 mReader = spy(ImageReader.newInstance(DEFAULT_WIDTH, DEFAULT_HEIGHT, DEFAULT_FORMAT, in setUp()
/frameworks/native/services/surfaceflinger/tests/unittests/
DTestableSurfaceFlinger.h384 static constexpr int32_t DEFAULT_WIDTH = 1920; variable
478 int32_t mWidth = DEFAULT_WIDTH;
/frameworks/base/core/java/android/widget/
DGridLayout.java2018 private static final int DEFAULT_WIDTH = WRAP_CONTENT;
2096 this(DEFAULT_WIDTH, DEFAULT_HEIGHT,
2211 this.width = attributes.getLayoutDimension(widthAttr, DEFAULT_WIDTH);
DRelativeLayout.java240 private static final int DEFAULT_WIDTH = 0x00010000; field in RelativeLayout
468 myWidth = DEFAULT_WIDTH; in onMeasure()