HomeSort by relevance Sort by last modified time
    Searched refs:mTabViewTextViewId (Results 1 - 13 of 13) sorted by null

  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 75 private int mTabViewTextViewId;
150 mTabViewTextViewId = textViewId;
209 tabTitleView = (TextView) tabView.findViewById(mTabViewTextViewId);

Completed in 319 milliseconds