Searched refs:frameLayout (Results 1 – 4 of 4) sorted by relevance
129 FrameLayout frameLayout = new FrameLayout(parent.getContext()); in onCreateViewHolder() local133 frameLayout.setLayoutParams(params); in onCreateViewHolder()134 return new HeaderViewHolder(frameLayout); in onCreateViewHolder()
R.java package com.android.layoutlib.test.myapplication public final com.android. ...
268 FrameLayout frameLayout = (FrameLayout) view; in isGhostWrapper() local269 if (frameLayout.getChildCount() == 1) { in isGhostWrapper()270 View child = frameLayout.getChildAt(0); in isGhostWrapper()
105 FrameLayout frameLayout = new FrameLayout(context); in testCreateButtonTwice() local106 frameLayout.addView(button); in testCreateButtonTwice()