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

  /packages/apps/Calendar/src/com/android/calendar/
ColorChipView.java 52 int mBorderWidth = DEF_BORDER_WIDTH;
83 mBorderWidth = width;
108 if (mBorderWidth <= 0) {
111 int halfBorderWidth = mBorderWidth / 2;
114 mPaint.setStrokeWidth(mBorderWidth);
  /developers/build/prebuilts/gradle/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 294 canvas.drawRect(mBorderWidth, mBorderWidth, getWidth() - mBorderWidth, getHeight()
295 - mBorderWidth, mBorderPaint);
332 private float mBorderWidth;
355 mBorderWidth = INACTIVE_BORDER_DP * density;
356 mBorderPaint.setStrokeWidth(mBorderWidth);
  /developers/samples/android/input/multitouch/BasicMultitouch/BasicMultitouchSample/src/main/java/com/example/android/basicmultitouch/
TouchDisplayView.java 294 canvas.drawRect(mBorderWidth, mBorderWidth, getWidth() - mBorderWidth, getHeight()
295 - mBorderWidth, mBorderPaint);
332 private float mBorderWidth;
355 mBorderWidth = INACTIVE_BORDER_DP * density;
356 mBorderPaint.setStrokeWidth(mBorderWidth);
  /development/samples/browseable/BasicMultitouch/src/com.example.android.basicmultitouch/
TouchDisplayView.java 294 canvas.drawRect(mBorderWidth, mBorderWidth, getWidth() - mBorderWidth, getHeight()
295 - mBorderWidth, mBorderPaint);
332 private float mBorderWidth;
355 mBorderWidth = INACTIVE_BORDER_DP * density;
356 mBorderPaint.setStrokeWidth(mBorderWidth);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ShortcutIntentBuilder.java 91 private final int mBorderWidth;
128 mBorderWidth = r.getDimensionPixelOffset(
333 workPaint.setStrokeWidth(mBorderWidth * 2);
409 dst.set(0 + mBorderWidth, mIconSize - textBandHeight, mIconSize - mBorderWidth,
410 mIconSize - mBorderWidth);
413 final float sidePadding = mBorderWidth;
426 dst.offset(-mBorderWidth, mBorderWidth);
  /frameworks/base/services/java/com/android/server/wm/
DisplayMagnifier.java 263 private final int mBorderWidth;
272 mBorderWidth = (int) TypedValue.applyDimension(
275 mHalfBorderWidth = (int) (mBorderWidth + 0.5) / 2;
516 mPaint.setStrokeWidth(mBorderWidth);

Completed in 254 milliseconds