Home
last modified time | relevance | path

Searched refs:frameLayout (Results 1 – 6 of 6) 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/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()
/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/car/setupwizard/library/main/src/com/android/car/setupwizardlib/
DBaseSetupWizardActivity.java548 View frameLayout = findViewById(R.id.empty_fragment_frame_layout); in getFragmentContainerViewId() local
549 int containerViewId = frameLayout == null ? R.id.car_setup_wizard_layout : in getFragmentContainerViewId()
/frameworks/base/core/tests/coretests/src/android/view/
DViewFrameRateTest.java191 FrameLayout frameLayout = new FrameLayout(mActivity); in velocityWithChildMovement() local
196 mActivity.setContentView(frameLayout, fullSize); in velocityWithChildMovement()
200 frameLayout.addView(mMovingView, fullSize); in velocityWithChildMovement()
204 frameLayout.setFrameContentVelocity(1f); in velocityWithChildMovement()
206 frameLayout.invalidate(); in velocityWithChildMovement()