Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/TaskOrganizerTest/src/com/android/test/taskembed/
H A DTaskOrganizerMultiWindowTest.java122 FrameLayout.LayoutParams viewLayout1 = in openTaskView() local
125 viewLayout1.setMargins(firstBounds.left, firstBounds.top, 0, 0); in openTaskView()
126 mTasksLayout.addView(mTaskView1, viewLayout1); in openTaskView()