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

  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 45 private FrameLayout mRealTabContent;
159 mRealTabContent = fl = new FrameLayout(context);
160 mRealTabContent.setId(mContainerId);
190 mRealTabContent.setId(containerId);
200 if (mRealTabContent == null) {
201 mRealTabContent = (FrameLayout)findViewById(mContainerId);
202 if (mRealTabContent == null) {
  /frameworks/support/v4/java/android/support/v4/app/
FragmentTabHost.java 53 private FrameLayout mRealTabContent;
167 mRealTabContent = fl = new FrameLayout(context);
168 mRealTabContent.setId(mContainerId);
198 mRealTabContent.setId(containerId);
208 if (mRealTabContent == null) {
209 mRealTabContent = (FrameLayout)findViewById(mContainerId);
210 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 
  /development/samples/training/bitmapfun/libs/
android-support-v4.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 

Completed in 26 milliseconds