HomeSort by relevance Sort by last modified time
    Searched defs:mRealTabContent (Results 1 - 7 of 7) sorted by null

  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 45 private FrameLayout mRealTabContent;
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/
FragmentTabHost.java 53 private FrameLayout mRealTabContent;
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) {
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 

Completed in 27 milliseconds