Home
last modified time | relevance | path

Searched refs:w2 (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DWindowInfoTest.java62 WindowInfo w2 = WindowInfo.obtain(w1); in testObtain() local
64 assertNotSame(w1, w2); in testObtain()
65 areWindowsEqual(w1, w2); in testObtain()
79 assertNotSame(w1, w2); in testParceling()
80 areWindowsEqual(w1, w2); in testParceling()
140 equality &= w1.token == w2.token; in areWindowsEqual()
141 equality &= w1.childTokens.equals(w2.childTokens); in areWindowsEqual()
142 equality &= w1.parentToken == w2.parentToken; in areWindowsEqual()
143 equality &= w1.activityToken == w2.activityToken; in areWindowsEqual()
147 equality &= TextUtils.equals(w1.title, w2.title); in areWindowsEqual()
[all …]
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java530 final int w2 = (int) (w / mView.SCALE / 2);
534 mView.layout(cx - w2, cy - h2, cx + w2, cy + h2);
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowOrganizerTests.java1221 final WindowState w2 = createAppWindow(task, TYPE_APPLICATION, "Enlightened Window 2"); in testBLASTCallbackWithWindows() local
1223 makeWindowVisible(w2); in testBLASTCallbackWithWindows()
1235 assertTrue(w2.useBLASTSync()); in testBLASTCallbackWithWindows()
1239 w2.immediatelyNotifyBlastSync(); in testBLASTCallbackWithWindows()
1243 assertEquals(SYNC_STATE_READY, w2.mSyncState); in testBLASTCallbackWithWindows()
1246 assertTrue(w2.useBLASTSync()); in testBLASTCallbackWithWindows()
1254 assertFalse(w2.useBLASTSync()); in testBLASTCallbackWithWindows()
H A DDisplayContentTests.java2856 final WindowState w2 = createWindow(null, TYPE_NOTIFICATION_SHADE, mDisplayContent, "w2"); in testKeepClearAreasMultipleWindows() local
2858 w2.setKeepClearAreas(Arrays.asList(rect2), Collections.emptyList()); in testKeepClearAreasMultipleWindows()
2868 makeWindowVisible(w1, w2); in testKeepClearAreasMultipleWindows()
H A DWindowContainerTests.java1687 private static final Comparator<TestWindowContainer> SUBLAYER_COMPARATOR = (w1, w2) -> {
1689 final int layer2 = w2.mLayer;
/aosp14/frameworks/base/media/mca/filterfw/native/core/
H A Dshader_program.cpp48 const float w2 = (1.0f - x) * 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/core/java/com/android/server/wm/
H A DWindowState.java712 public int compare(WindowState w1, WindowState w2) {
714 final int layer2 = w2.mSubLayer;
/aosp14/frameworks/base/native/graphics/jni/fuzz/corpus/
H A Dsample_raf.raf Error!