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

  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabStrip.java 41 private final Paint mBottomBorderPaint;
80 mBottomBorderPaint = new Paint();
81 mBottomBorderPaint.setColor(mDefaultBottomBorderColor);
153 canvas.drawRect(0, height - mBottomBorderThickness, getWidth(), height, mBottomBorderPaint);

Completed in 56 milliseconds