Searched refs:frameLayout (Results 1 – 8 of 8) sorted by relevance
46 FrameLayout frameLayout = new FrameLayout(mContext); in testWrapContent() local54 frameLayout.addView(container); in testWrapContent()55 frameLayout.measure(MeasureSpec.makeMeasureSpec(500, MeasureSpec.EXACTLY), in testWrapContent()57 frameLayout.layout(0, 0, 500, 500); in testWrapContent()67 frameLayout.measure(MeasureSpec.makeMeasureSpec(500, MeasureSpec.EXACTLY), in testWrapContent()69 frameLayout.layout(0, 0, 500, 500); in testWrapContent()78 FrameLayout frameLayout = new FrameLayout(mContext);85 frameLayout.addView(container);86 frameLayout.measure(MeasureSpec.makeMeasureSpec(500, MeasureSpec.EXACTLY),88 frameLayout.layout(0, 0, 500, 500);[all …]
54 BrowseFrameLayout frameLayout = findViewById(R.id.rows_frame); in setupTitleFragment() local55 TitleHelper titleHelper = new TitleHelper(frameLayout, titleView); in setupTitleFragment()56 frameLayout.setOnFocusSearchListener(titleHelper.getOnFocusSearchListener()); in setupTitleFragment()
51 BrowseFrameLayout frameLayout = findViewById(R.id.rows_frame); in setupTitleFragment() local52 TitleHelper titleHelper = new TitleHelper(frameLayout, titleView); in setupTitleFragment()53 frameLayout.setOnFocusSearchListener(titleHelper.getOnFocusSearchListener()); in setupTitleFragment()
52 FrameLayout frameLayout = findFrameLayout(viewGroup); in addGhost() local53 if (frameLayout == null) { in addGhost()57 frameLayout.addView(ghostView); in addGhost()
134 FrameLayout frameLayout = new FrameLayout(parent.getContext()); in onCreateViewHolder() local139 frameLayout.setLayoutParams(params); in onCreateViewHolder()140 return new HeaderViewHolder(frameLayout); in onCreateViewHolder()
R.java package com.android.layoutlib.test.myapplication public final com.android. ...
261 FrameLayout frameLayout = (FrameLayout) view; in isGhostWrapper() local262 if (frameLayout.getChildCount() == 1) { in isGhostWrapper()263 View child = frameLayout.getChildAt(0); in isGhostWrapper()
114 FrameLayout frameLayout = new FrameLayout(mContext); in testCreateButtonTwice() local115 frameLayout.addView(button); in testCreateButtonTwice()