Home
last modified time | relevance | path

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

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/view/
DHeaderRecyclerView.java129 FrameLayout frameLayout = new FrameLayout(parent.getContext()); in onCreateViewHolder() local
133 frameLayout.setLayoutParams(params); in onCreateViewHolder()
134 return new HeaderViewHolder(frameLayout); in onCreateViewHolder()
/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/android/layoutlib/test/myapplication/
DR$id.classR.java package com.android.layoutlib.test.myapplication public final com.android. ...
/frameworks/base/core/java/android/view/
DGhostView.java268 FrameLayout frameLayout = (FrameLayout) view; in isGhostWrapper() local
269 if (frameLayout.getChildCount() == 1) { in isGhostWrapper()
270 View child = frameLayout.getChildAt(0); in isGhostWrapper()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/items/
DButtonItemTest.java105 FrameLayout frameLayout = new FrameLayout(context); in testCreateButtonTwice() local
106 frameLayout.addView(button); in testCreateButtonTwice()