Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomLayout.java22 public class CustomLayout extends ViewGroup { class
23 public CustomLayout(Context context) { in CustomLayout() method in CustomLayout
44 CustomLayout.LayoutParams lp = (CustomLayout.LayoutParams) child.getLayoutParams(); in onLayout()
H A DSurfaceCompositionMeasuringActivity.java264 CustomLayout layout = new CustomLayout(this); in onCreate()
333 view.setLayoutParams(new CustomLayout.LayoutParams(0, 0, mWidth, mHeight)); in onCreate()
340 view.setLayoutParams(new CustomLayout.LayoutParams(x, y, x + mWidth, y + mHeight)); in onCreate()