Searched refs:frameLayout (Results 1 – 6 of 6) 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. ...
105 FrameLayout frameLayout = new FrameLayout(context); in testCreateButtonTwice() local106 frameLayout.addView(button); in testCreateButtonTwice()
268 FrameLayout frameLayout = (FrameLayout) view; in isGhostWrapper() local269 if (frameLayout.getChildCount() == 1) { in isGhostWrapper()270 View child = frameLayout.getChildAt(0); in isGhostWrapper()
548 View frameLayout = findViewById(R.id.empty_fragment_frame_layout); in getFragmentContainerViewId() local549 int containerViewId = frameLayout == null ? R.id.car_setup_wizard_layout : in getFragmentContainerViewId()
191 FrameLayout frameLayout = new FrameLayout(mActivity); in velocityWithChildMovement() local196 mActivity.setContentView(frameLayout, fullSize); in velocityWithChildMovement()200 frameLayout.addView(mMovingView, fullSize); in velocityWithChildMovement()204 frameLayout.setFrameContentVelocity(1f); in velocityWithChildMovement()206 frameLayout.invalidate(); in velocityWithChildMovement()