Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DWindowInfoTest.java58 WindowInfo w1 = WindowInfo.obtain(); in testObtain() local
59 assertNotNull(w1); in testObtain()
60 initTestWindowInfo(w1); in testObtain()
64 assertNotSame(w1, w2); in testObtain()
65 areWindowsEqual(w1, w2); in testObtain()
72 WindowInfo w1 = WindowInfo.obtain(); in testParceling() local
73 initTestWindowInfo(w1); in testParceling()
74 w1.writeToParcel(parcel, 0); in testParceling()
79 assertNotSame(w1, w2); in testParceling()
80 areWindowsEqual(w1, w2); in testParceling()
[all …]
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java1220 final WindowState w1 = createAppWindow(task, TYPE_APPLICATION, "Enlightened Window 1"); in testBLASTCallbackWithWindows() local
1222 makeWindowVisible(w1); in testBLASTCallbackWithWindows()
1234 assertTrue(w1.useBLASTSync()); in testBLASTCallbackWithWindows()
1245 assertTrue(w1.useBLASTSync()); in testBLASTCallbackWithWindows()
1249 w1.mWinAnimator.mDrawState = WindowStateAnimator.HAS_DRAWN; in testBLASTCallbackWithWindows()
1250 makeLastConfigReportedToClient(w1, true /* visible */); in testBLASTCallbackWithWindows()
1253 assertFalse(w1.useBLASTSync()); in testBLASTCallbackWithWindows()
H A DDisplayContentTests.java2853 final WindowState w1 = createWindow(null, TYPE_NAVIGATION_BAR, mDisplayContent, "w1"); in testKeepClearAreasMultipleWindows() local
2855 w1.setKeepClearAreas(Arrays.asList(rect1), Collections.emptyList()); in testKeepClearAreasMultipleWindows()
2863 makeWindowVisible(w1); in testKeepClearAreasMultipleWindows()
2868 makeWindowVisible(w1, w2); in testKeepClearAreasMultipleWindows()
H A DSizeCompatTests.java3729 final WindowState w1 = addWindowToActivity(mActivity);
3730 w1.mAboveInsetsState.addSource(navSource);
3740 eq(w1.getSurfaceControl()),
3778 final WindowState w1 = addWindowToActivity(mActivity);
3779 w1.mAboveInsetsState.addSource(navSource);
H A DWindowContainerTests.java1687 private static final Comparator<TestWindowContainer> SUBLAYER_COMPARATOR = (w1, w2) -> {
1688 final int layer1 = w1.mLayer;
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DDropBoxTest.java294 FileWriter w1 = new FileWriter(new File(dir, "DropBoxTest@" + (before + 100000) + ".txt")); in testAddEntriesInTheFuture() local
295 w1.write("FUTURE1"); in testAddEntriesInTheFuture()
296 w1.close(); in testAddEntriesInTheFuture()
/aosp14/frameworks/base/services/tests/mockingservicestests/res/raw/
H A 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…
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java712 public int compare(WindowState w1, WindowState w2) {
713 final int layer1 = w1.mSubLayer;
/aosp14/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!