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

  /frameworks/av/cmds/screenrecord/
TextRenderer.h 40 mBorderWidth(10.0f),
121 float mBorderWidth;
TextRenderer.cpp 265 if (xpos < mBorderWidth) {
266 xpos = mBorderWidth;
268 if (ypos < mBorderWidth) {
269 ypos = mBorderWidth;
272 const size_t maxWidth = (mScreenWidth - mBorderWidth) - xpos;
275 xpos, mBorderWidth, mScreenWidth);
291 (float) (mScreenWidth - mBorderWidth - xposAdj));
  /developers/build/prebuilts/gradle/BasicMultitouch/Application/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/Application/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);

Completed in 137 milliseconds