HomeSort by relevance Sort by last modified time
    Searched full:backgroundcontainer (Results 1 - 9 of 9) sorted by null

  /development/samples/devbytes/animation/ListViewItemAnimations/src/com/example/android/listviewitemanimations/
BackgroundContainer.java 25 public class BackgroundContainer extends FrameLayout {
32 public BackgroundContainer(Context context) {
37 public BackgroundContainer(Context context, AttributeSet attrs) {
42 public BackgroundContainer(Context context, AttributeSet attrs, int defStyle) {
ListViewItemAnimations.java 54 BackgroundContainer mBackgroundContainer;
70 mBackgroundContainer = (BackgroundContainer) findViewById(R.id.listViewBackground);
  /development/samples/devbytes/animation/ListViewRemovalAnimation/src/com/example/android/listviewremovalanimation/
BackgroundContainer.java 25 public class BackgroundContainer extends FrameLayout {
32 public BackgroundContainer(Context context) {
37 public BackgroundContainer(Context context, AttributeSet attrs) {
42 public BackgroundContainer(Context context, AttributeSet attrs, int defStyle) {
ListViewRemovalAnimation.java 42 BackgroundContainer mBackgroundContainer;
55 mBackgroundContainer = (BackgroundContainer) findViewById(R.id.listViewBackground);
  /development/samples/devbytes/animation/ListViewItemAnimations/res/layout/
activity_list_view_item_animations.xml 23 class="com.example.android.listviewitemanimations.BackgroundContainer"
  /development/samples/devbytes/animation/ListViewItemAnimations/res/layout-v9/
activity_list_view_item_animations.xml 23 class="com.example.android.listviewitemanimations.BackgroundContainer"
  /development/samples/devbytes/animation/ListViewRemovalAnimation/res/layout/
activity_list_view_deletion.xml 23 class="com.example.android.listviewremovalanimation.BackgroundContainer"
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
OnboardingFragment.java 656 ViewGroup backgroundContainer = (ViewGroup) container.findViewById(
658 View background = onCreateBackgroundView(inflater, backgroundContainer);
660 backgroundContainer.setVisibility(View.VISIBLE);
661 backgroundContainer.addView(background);
    [all...]
OnboardingSupportFragment.java 659 ViewGroup backgroundContainer = (ViewGroup) container.findViewById(
661 View background = onCreateBackgroundView(inflater, backgroundContainer);
663 backgroundContainer.setVisibility(View.VISIBLE);
664 backgroundContainer.addView(background);
    [all...]

Completed in 1238 milliseconds