Searched refs:expectedHeight (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | NotificationShadeActivity.java | 106 private void updateState(int expectedHeight) { in updateState() argument 107 if (expectedHeight == 0 && mChildrenCount == 0) { in updateState() 114 if (mChildrenCount != 0 && expectedHeight < mFullHeight - lastChildHeight()) { in updateState() 116 if (expectedHeight > mFullHeight - lastChildHeight()) { in updateState() 123 } else if (expectedHeight > mFullHeight) { in updateState() 124 while (expectedHeight > mFullHeight) { in updateState() 144 int translationY = expectedHeight - mFullHeight; in updateState()
|
/frameworks/av/services/camera/libcameraservice/tests/ |
D | DepthProcessorTest.cpp | 310 size_t expectedHeight = kTestBufferHeight; in TEST() local 315 expectedHeight = kTestBufferWidth; in TEST() 366 ASSERT_EQ(depthMapHeight, expectedHeight); in TEST() 378 ASSERT_EQ(confidenceMapHeight, expectedHeight); in TEST()
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 598 public static void assertBitmapSize(int expectedWidth, int expectedHeight, Bitmap bitmap) { in assertBitmapSize() argument 600 assertEquals("height", expectedHeight, bitmap.getHeight()); in assertBitmapSize()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest1.java | 928 … protected void checkShrinkBitmap(int expectedWidth, int expectedHeight, int resId, int maxSize) { in checkShrinkBitmap() argument 929 assertBitmapSize(expectedWidth, expectedHeight, in checkShrinkBitmap()
|