Searched refs:width2 (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/android/hardware/camera2/utils/ |
D | SizeAreaComparator.java | 46 long width2 = size2.getWidth(); in compare() local 48 long area2 = width2 * size2.getHeight(); in compare() 51 return (width > width2) ? 1 : -1; in compare()
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | SizeAreaComparator.java | 47 long width2 = size2.width; in compare() local 49 long area2 = width2 * size2.height; in compare() 52 return (width > width2) ? 1 : -1; in compare()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | TaskPositioner.java | 520 int width2; in resizeDrag() local 535 width2 = Math.max(width, Math.round((float)height2 * MIN_ASPECT)); in resizeDrag() 536 if (width2 < mMinVisibleWidth) { in resizeDrag() 538 width2 = mMinVisibleWidth; in resizeDrag() 540 Math.min(mMaxVisibleSize.y, Math.round((float)width2 / MIN_ASPECT))); in resizeDrag() 554 width2 = Math.min(width, Math.round((float)height2 / MIN_ASPECT)); in resizeDrag() 555 if (width2 < mMinVisibleWidth) { in resizeDrag() 557 width2 = mMinVisibleWidth; in resizeDrag() 559 Math.min(mMaxVisibleSize.y, Math.round((float)width2 * MIN_ASPECT))); in resizeDrag() 566 if (grows == (width1 * height1 > width2 * height2)) { in resizeDrag() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | post_filter.cpp | 44 int d, offset, nMBPerRow, nMBPerCol, width2 = (width << 1); in H263_Deblock() local 77 A = *(rec_y - width2); in H263_Deblock() 128 *(rec_y - width2) = A - d2; in H263_Deblock() 174 A = *(rec_y - width2); in H263_Deblock() 225 *(rec_y - width2) = A - d2; in H263_Deblock()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/anqp/ |
D | IconInfoTest.java | 113 int width2 = 2; in testHashCode() local 120 IconInfo info2 = new IconInfo(width2, height2, language2, iconType2, fileName2); in testHashCode()
|