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

  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 171 int effectiveWidth = previewSize.getWidth();
174 effectiveWidth = previewSize.getHeight();
183 RectF bufRect = new RectF(0, 0, effectiveWidth, effectiveHeight);
194 int temp = effectiveWidth;
195 effectiveWidth = effectiveHeight;
201 Math.max(viewWidth / (float) effectiveWidth, viewHeight / (float) effectiveHeight);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListItemView.java 435 int effectiveWidth;
438 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight()
441 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight();
445 effectiveWidth -= mHeaderWidth + mGapBetweenImageAndText;
449 effectiveWidth -= (mVideoCallIconSize + mVideoCallIconMargin);
461 effectiveWidth -= mCheckBoxWidth + mGapBetweenImageAndText;
466 int nameTextWidth = effectiveWidth;
478 MeasureSpec.makeMeasureSpec(effectiveWidth, MeasureSpec.EXACTLY),
489 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData;
495 dataWidth = effectiveWidth;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 283 int effectiveWidth = mWidth - mPadding * 2;
285 effectiveWidth -= SPACING_WEEK_NUMBER;
287 DNA_ALL_DAY_WIDTH = effectiveWidth / numDays - 2 * DNA_SIDE_PADDING;
576 int effectiveWidth = mWidth;
581 effectiveWidth -= xOffset;
583 x = day * effectiveWidth / mNumDays + xOffset;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]

Completed in 500 milliseconds