Home
last modified time | relevance | path

Searched refs:w1 (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
DWindowInfoTest.java51 WindowInfo w1 = WindowInfo.obtain(); in testObtain() local
52 assertNotNull(w1); in testObtain()
53 initTestWindowInfo(w1); in testObtain()
55 WindowInfo w2 = WindowInfo.obtain(w1); in testObtain()
57 assertNotSame(w1, w2); in testObtain()
58 areWindowsEqual(w1, w2); in testObtain()
65 WindowInfo w1 = WindowInfo.obtain(); in testParceling() local
66 initTestWindowInfo(w1); in testParceling()
67 w1.writeToParcel(parcel, 0); in testParceling()
72 assertNotSame(w1, w2); in testParceling()
[all …]
/frameworks/rs/driver/runtime/
Drs_sample.c128 int32_t next, float w0, float w1) { in getSample_A() argument
131 float r = p0 * w0 + p1 * w1; in getSample_A()
138 int32_t next, float w0, float w1) { in getSample_L() argument
141 float r = p0 * w0 + p1 * w1; in getSample_L()
148 int32_t next, float w0, float w1) { in getSample_LA() argument
151 float2 r = p0 * w0 + p1 * w1; in getSample_LA()
158 int32_t next, float w0, float w1) { in getSample_RGB() argument
161 float3 r = p0 * w0 + p1 * w1; in getSample_RGB()
168 int32_t next, float w0, float w1) { in getSample_565() argument
171 float3 r = p0 * w0 + p1 * w1; in getSample_565()
[all …]
/frameworks/native/libs/vr/libdvr/tests/
Ddvr_buffer_queue-test.cpp279 constexpr uint32_t w1 = 10; in TEST_F() local
280 ret = api_.WriteBufferQueueResizeBuffer(write_queue_, w1, kBufferHeight); in TEST_F()
295 ASSERT_EQ(w1, buffer_desc.width); in TEST_F()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowOrganizerTests.java964 final WindowState w1 = createAppWindow(task, TYPE_APPLICATION, "Enlightened Window 1"); in testBLASTCallbackWithWindows() local
966 makeWindowVisible(w1); in testBLASTCallbackWithWindows()
978 assertTrue(w1.useBLASTSync()); in testBLASTCallbackWithWindows()
989 assertTrue(w1.useBLASTSync()); in testBLASTCallbackWithWindows()
992 w1.immediatelyNotifyBlastSync(); in testBLASTCallbackWithWindows()
995 assertFalse(w1.useBLASTSync()); in testBLASTCallbackWithWindows()
DWindowContainerTests.java1090 private static final Comparator<TestWindowContainer> SUBLAYER_COMPARATOR = (w1, w2) -> {
1091 final int layer1 = w1.mLayer;
/frameworks/base/media/mca/filterfw/native/core/
Dshader_program.cpp47 const float w1 = x * (1.0f - y); in GetTileCoords() local
51 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6]; in GetTileCoords()
52 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7]; in GetTileCoords()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DDropBoxTest.java293 FileWriter w1 = new FileWriter(new File(dir, "DropBoxTest@" + (before + 100000) + ".txt")); in testAddEntriesInTheFuture() local
294 w1.write("FUTURE1"); in testAddEntriesInTheFuture()
295 w1.close(); in testAddEntriesInTheFuture()
/frameworks/native/services/inputflinger/tests/
DInputDispatcher_test.cpp4889 const sp<FakeWindowHandle>& w1 = in TEST_F() local
4895 mDispatcher->setInputWindows({{ADISPLAY_ID_DEFAULT, {w1, w2, mTouchWindow}}}); in TEST_F()
4904 const sp<FakeWindowHandle>& w1 = in TEST_F() local
4910 mDispatcher->setInputWindows({{ADISPLAY_ID_DEFAULT, {w1, w2, mTouchWindow}}}); in TEST_F()
5035 const sp<FakeWindowHandle>& w1 = in TEST_F() local
5041 mDispatcher->setInputWindows({{ADISPLAY_ID_DEFAULT, {w1, w2, mTouchWindow}}}); in TEST_F()
/frameworks/base/services/tests/servicestests/res/raw/
Dbackup_telephony_with_password75 …@�Y'�l�l�M���Ǵ�(<_n8ɋ�N+�{1C@ ��K�_�31��|�O��a��x%��-V/,!�H�LG���w1~6�,6$N�Ds�D_�������w…
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java729 public int compare(WindowState w1, WindowState w2) {
730 final int layer1 = w1.mSubLayer;