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

  /frameworks/base/core/java/com/android/internal/widget/
NotificationActionListLayout.java 101 int usedWidth = 0;
119 int usedWidthForChild = usedWidth;
125 int availableWidth = innerWidth - usedWidth;
134 usedWidth += c.getMeasuredWidth() + lp.rightMargin + lp.leftMargin;
140 if (lastNotGoneChild != null && (constrained && usedWidth < innerWidth
145 usedWidth -= lastNotGoneChild.getMeasuredWidth() + lp.rightMargin + lp.leftMargin;
150 measureChildWithMargins(lastNotGoneChild, widthMeasureSpec, usedWidth,
154 usedWidth += lastNotGoneChild.getMeasuredWidth() + lp.rightMargin + lp.leftMargin;
157 mTotalWidth = usedWidth + mPaddingRight + mPaddingLeft;
RecyclerView.java     [all...]
  /packages/apps/Gallery/src/com/android/camera/
EvenlySpacedLayout.java 72 int usedWidth = 0;
77 usedWidth += child.getMeasuredWidth();
81 int spacing = (r - l - usedWidth) /
  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 332 float usedWidth = folderCellWidthPx * inv.numFolderColumns;
334 float scaleX = maxWidth / usedWidth;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
GridLayoutManager.java 297 final int usedWidth = childrenBounds.width() + horizontalPadding;
298 width = chooseSize(wSpec, usedWidth, getMinimumWidth());
    [all...]
StaggeredGridLayoutManager.java 594 final int usedWidth = childrenBounds.width() + horizontalPadding;
595 width = chooseSize(wSpec, usedWidth, getMinimumWidth());
    [all...]
RecyclerView.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 334 final int usedWidth = measurements[index++] +
336 xStart += (isRtl) ? -usedWidth : usedWidth;
    [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 

Completed in 960 milliseconds