Home
last modified time | relevance | path

Searched refs:innerWidth (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DTileDrawable.java44 public TileDrawable(Drawable inner, int innerWidth, int innerHeight, int fadeOutDurationMs, in TileDrawable() argument
48 mInnerWidth = innerWidth; in TileDrawable()
/frameworks/base/core/java/com/android/internal/widget/
DNotificationActionListLayout.java116 final int innerWidth = MeasureSpec.getSize(widthMeasureSpec) - mPaddingLeft - mPaddingRight; in onMeasure() local
141 int availableWidth = innerWidth - usedWidth; in onMeasure()
144 usedWidthForChild = innerWidth - maxWidthForChild; in onMeasure()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoteInputManager.java429 int innerWidth = (int) tv.getLayout().getLineWidth(0); in activateRemoteInput() local
430 innerWidth += tv.getCompoundPaddingLeft() + tv.getCompoundPaddingRight(); in activateRemoteInput()
431 width = Math.min(width, innerWidth); in activateRemoteInput()