Searched refs:setSize (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | GradientDrawableTest.java | 92 gradientDrawable.setSize(6, 4); in testSetSize() 96 gradientDrawable.setSize(-30, -40); in testSetSize() 100 gradientDrawable.setSize(0, 0); in testSetSize() 104 gradientDrawable.setSize(Integer.MAX_VALUE, Integer.MIN_VALUE); in testSetSize() 253 gradientDrawable.setSize(6, 4); in testGetIntrinsicWidth() 256 gradientDrawable.setSize(-10, -20); in testGetIntrinsicWidth() 262 gradientDrawable.setSize(5, 3); in testGetIntrinsicHeight() 265 gradientDrawable.setSize(-5, -15); in testGetIntrinsicHeight() 280 d1.setSize(10, 10); in testMutate() 289 d1.setSize(20, 30); in testMutate() [all …]
|
/cts/suite/audio_quality/lib/src/audio/ |
D | AudioSignalFactory.cpp | 42 buffer->setSize(buffer->getCapacity()); in generateSineWave() 66 buffer->setSize(buffer->getCapacity()); in generateWhiteNoise() 86 buffer->setSize(buffer->getCapacity()); in generateZeroSound()
|
D | AudioProtocol.cpp | 171 param->mBuffer->setSize(len); in handleReply()
|
/cts/suite/audio_quality/lib/include/audio/ |
D | Buffer.h | 51 inline void setSize(size_t size) { in setSize() function
|
/cts/suite/audio_quality/lib/src/ |
D | SignalProcessingImpl.cpp | 219 (*buffer)->setSize(dataLen); in run()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 35661 public void setSize( 35845 public void setSize( 85053 public native void setSize(
|
D | classes0.out.dex | 48010 public void setSize( 55299 public void setSize(
|