Home
last modified time | relevance | path

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

/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DShadowOverlayContainerTest.java28 FrameLayout frameLayout = new FrameLayout(getContext()); in testWrapContent() local
36 frameLayout.addView(container); in testWrapContent()
37 frameLayout.measure(MeasureSpec.makeMeasureSpec(500, MeasureSpec.EXACTLY), in testWrapContent()
39 frameLayout.layout(0, 0, 500, 500); in testWrapContent()
49 frameLayout.measure(MeasureSpec.makeMeasureSpec(500, MeasureSpec.EXACTLY), in testWrapContent()
51 frameLayout.layout(0, 0, 500, 500); in testWrapContent()
59 FrameLayout frameLayout = new FrameLayout(getContext());
66 frameLayout.addView(container);
67 frameLayout.measure(MeasureSpec.makeMeasureSpec(500, MeasureSpec.EXACTLY),
69 frameLayout.layout(0, 0, 500, 500);
[all …]
/frameworks/base/core/java/android/view/
DGhostView.java261 FrameLayout frameLayout = (FrameLayout) view; in isGhostWrapper() local
262 if (frameLayout.getChildCount() == 1) { in isGhostWrapper()
263 View child = frameLayout.getChildAt(0); in isGhostWrapper()
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...