Searched refs:mLinearLayout (Results 1 – 8 of 8) sorted by relevance
39 private LinearLayout mLinearLayout; field in ListOfEditTexts50 mLinearLayout = new LinearLayout(this); in onCreate()51 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()52 mLinearLayout.setLayoutParams(new ViewGroup.LayoutParams( in onCreate()63 mLinearLayout.addView(buttonAbove); in onCreate()84 mLinearLayout.addView(mListView); in onCreate()93 mLinearLayout.addView(buttonBelow); in onCreate()95 setContentView(mLinearLayout); in onCreate()
34 private LinearLayout mLinearLayout; field in ScrollViewButtonsAndLabels44 return mLinearLayout; in getLinearLayout()55 return (Button) mLinearLayout.getChildAt(2*groupNum); in getButton()69 mLinearLayout = findViewById(R.id.layout); in onCreate()81 mLinearLayout.addView(textView, p); in onCreate()86 mLinearLayout.addView(button, p); in onCreate()
33 private LinearLayout mLinearLayout; field in ScrollViewButtonsAndLabelsTest46 mLinearLayout = getActivity().getLinearLayout(); in setUp()106 mLinearLayout.getHeight(), lastButton.getBottom()); in testArrowScrollDownToBottomElementOnScreen()
77 private LinearLayout mLinearLayout; field in ListScenario375 mLinearLayout = new LinearLayout(this); in onCreate()382 mLinearLayout.addView(mHeaderTextView); in onCreate()384 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()385 mLinearLayout.setLayoutParams(new ViewGroup.LayoutParams( in onCreate()393 mLinearLayout.addView(mListView); in onCreate()394 setContentView(mLinearLayout); in onCreate()396 mLinearLayout = new LinearLayout(this); in onCreate()397 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()398 mLinearLayout.setLayoutParams(new ViewGroup.LayoutParams( in onCreate()[all …]
44 private LinearLayout mLinearLayout; field in ScrollViewScenario209 return mLinearLayout; in getLinearLayout()225 return (T) mLinearLayout.getChildAt(index); in getContentChildAt()244 mLinearLayout = new LinearLayout(this); in onCreate()245 mLinearLayout.setOrientation(LinearLayout.VERTICAL); in onCreate()259 mLinearLayout.addView(viewFactory.create(this), lp); in onCreate()264 mScrollView.addView(mLinearLayout, new ViewGroup.LayoutParams( in onCreate()
45 private LinearLayout mLinearLayout; field in DrawableBgMinSizeTest64 mLinearLayout = (LinearLayout) a.findViewById(R.id.linear_layout); in setUp()76 assertNotNull(mLinearLayout); in testSetUpConditions()96 doMinimumSizeTest(mLinearLayout); in testLinearLayoutMinimumSize()133 doDiffBgMinimumSizeTest(mLinearLayout); in testLinearLayoutDiffBgMinimumSize()
46 private LinearLayout mLinearLayout; field in DrawableBgMinSize64 mLinearLayout = findViewById(R.id.linear_layout); in onCreate()74 mLinearLayout.setBackgroundDrawable(newBg); in changeBackgrounds()
65 private LinearLayout mLinearLayout; field in SmartCamera161 mLinearLayout = (LinearLayout) findViewById(R.id.scrollViewLinearLayout); in onCreate()171 mLinearLayout.removeViews(0,numImages); in onCreate()178 mLinearLayout.addView(tmp); in onCreate()193 mLinearLayout.addView(tmp); in onCreate()