Searched refs:mContainer2 (Results 1 – 2 of 2) sorted by relevance
39 private FrameLayout mContainer2; field in ChangeTransformUsage55 mContainer2 = findViewById(R.id.container_2); in onCreate()67 if (mContainer2.getChildCount() > 0) { in toggle()68 mContainer2.removeAllViews(); in toggle()72 showRedSquare(mContainer2); in toggle()73 mContainer2.getChildAt(0).setRotation(45); in toggle()
30 ViewGroup mContainer1, mContainer2; field in Reparenting39 mContainer2 = findViewById(R.id.container2); in onCreate()40 System.out.println("container 1 and 2 " + mContainer1 + ", " + mContainer2); in onCreate()43 setupButtons(3, mContainer2); in onCreate()65 ViewGroup newParent = oldParent == mContainer1 ? mContainer2 : mContainer1;