Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContainerTests.java1445 final WindowManager.LayoutParams attrs2 = new WindowManager.LayoutParams( in testAddLocalInsetsFrameProvider() local
1447 attrs2.setTitle("AppWindow2"); in testAddLocalInsetsFrameProvider()
1448 activity2.addWindow(createWindowState(attrs2, activity2)); in testAddLocalInsetsFrameProvider()
1563 final WindowManager.LayoutParams attrs2 = new WindowManager.LayoutParams( in testRemoveLocalInsetsFrameProvider() local
1565 attrs2.setTitle("AppWindow2"); in testRemoveLocalInsetsFrameProvider()
1566 activity2.addWindow(createWindowState(attrs2, activity2)); in testRemoveLocalInsetsFrameProvider()
1568 activity2.addWindow(createWindowState(attrs2, activity2)); in testRemoveLocalInsetsFrameProvider()