Searched refs:mBackgroundPadding (Results 1 – 3 of 3) sorted by relevance
42 private final Rect mBackgroundPadding = new Rect(); field in KeyPreviewView84 background.getPadding(mBackgroundPadding); in setTextAndScaleX()85 final int maxWidth = background.getIntrinsicWidth() - mBackgroundPadding.left in setTextAndScaleX()86 - mBackgroundPadding.right; in setTextAndScaleX()
95 private final int mBackgroundPadding; field in AppWidgetResizeFrame160 mBackgroundPadding = getResources() in AppWidgetResizeFrame()162 mTouchTargetWidth = 2 * mBackgroundPadding; in AppWidgetResizeFrame()533 int width = 2 * mBackgroundPadding535 int height = 2 * mBackgroundPadding538 int x = (int) (out.left - mBackgroundPadding + scale * mWidgetPadding.left);539 int y = (int) (out.top - mBackgroundPadding + scale * mWidgetPadding.top);
186 private final Rect mBackgroundPadding = new Rect(); field in DecorView993 mResizingBackgroundDrawable.getPadding(mBackgroundPadding);995 mBackgroundPadding.setEmpty();1703 Rect backgroundPadding = mBackgroundPadding != null ? mBackgroundPadding : new Rect(); in drawableChanged()