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

  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 173 int effectiveWidth = previewSize.getWidth();
176 effectiveWidth = previewSize.getHeight();
185 RectF bufRect = new RectF(0, 0, effectiveWidth, effectiveHeight);
196 int temp = effectiveWidth;
197 effectiveWidth = effectiveHeight;
203 Math.max(viewWidth / (float) effectiveWidth, viewHeight / (float) effectiveHeight);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactListItemView.java 410 int effectiveWidth;
413 effectiveWidth =
419 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight();
423 effectiveWidth -= mHeaderWidth + mGapBetweenImageAndText;
427 effectiveWidth -= (mCallToActionSize + mCallToActionMargin);
435 int nameTextWidth = effectiveWidth;
451 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData;
457 dataWidth = effectiveWidth;
463 labelWidth = effectiveWidth;
486 MeasureSpec.makeMeasureSpec(effectiveWidth, MeasureSpec.EXACTLY)
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListItemView.java 450 int effectiveWidth;
453 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight()
456 effectiveWidth = specWidth - getPaddingLeft() - getPaddingRight();
460 effectiveWidth -= mHeaderWidth;
464 effectiveWidth -= (mVideoCallIconSize + mVideoCallIconMargin);
476 effectiveWidth -= mCheckBoxWidth + mGapBetweenImageAndText;
485 effectiveWidth -= mDeleteImageButtonWidth + mGapBetweenImageAndText;
490 int nameTextWidth = effectiveWidth;
502 MeasureSpec.makeMeasureSpec(effectiveWidth, MeasureSpec.EXACTLY),
513 final int totalWidth = effectiveWidth - mGapBetweenLabelAndData
    [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 160 milliseconds