Searched refs:mRealTabContent (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java45 private FrameLayout mRealTabContent; field in class:FragmentTabHost
161 mRealTabContent = fl = new FrameLayout(context);
162 mRealTabContent.setId(mContainerId);
194 mRealTabContent.setId(containerId);
204 if (mRealTabContent == null) {
205 mRealTabContent = (FrameLayout)findViewById(mContainerId);
206 if (mRealTabContent == null) {
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java53 private FrameLayout mRealTabContent; field in class:FragmentTabHost
169 mRealTabContent = fl = new FrameLayout(context);
170 mRealTabContent.setId(mContainerId);
202 mRealTabContent.setId(containerId);
212 if (mRealTabContent == null) {
213 mRealTabContent = (FrameLayout)findViewById(mContainerId);
214 if (mRealTabContent == null) {

Completed in 162 milliseconds