Home
last modified time | relevance | path

Searched refs:horizontalMargin (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/widget/
DToastPresenter.java147 int duration, int gravity, int xOffset, int yOffset, float horizontalMargin, in adjustLayoutParams() argument
160 params.horizontalMargin = horizontalMargin; in adjustLayoutParams()
198 int xOffset, int yOffset, float horizontalMargin, float verticalMargin, in show() argument
205 horizontalMargin, verticalMargin); in show()
DToast.java312 public void setMargin(float horizontalMargin, float verticalMargin) { in setMargin() argument
316 mTN.mHorizontalMargin = horizontalMargin; in setMargin()
/frameworks/base/core/java/android/view/
DWindowManager.java2343 public float horizontalMargin; field in WindowManager.LayoutParams
3096 out.writeFloat(horizontalMargin); in writeToParcel()
3163 horizontalMargin = in.readFloat(); in LayoutParams()
3282 if (horizontalMargin != o.horizontalMargin) { in copyFrom()
3283 horizontalMargin = o.horizontalMargin; in copyFrom()
3512 if (horizontalMargin != 0) { in toString()
3514 sb.append(horizontalMargin); in toString()
3664 proto.write(HORIZONTAL_MARGIN, horizontalMargin); in dumpDebug()
DViewGroup.java8441 int horizontalMargin = a.getDimensionPixelSize( in MarginLayoutParams() local
8446 if (horizontalMargin >= 0) { in MarginLayoutParams()
8447 leftMargin = horizontalMargin; in MarginLayoutParams()
8448 rightMargin = horizontalMargin; in MarginLayoutParams()
/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java1019 int horizontalMargin = 0; in onMeasure() local
1022 horizontalMargin = ablp.leftMargin + ablp.rightMargin; in onMeasure()
1042 - horizontalMargin); in onMeasure()
1055 availableWidth -= horizontalMargin + customView.getMeasuredWidth(); in onMeasure()
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java4222 (int) (x + mAttrs.horizontalMargin * pw), in applyGravityAndUpdateFrame()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt34786 field public float horizontalMargin;
/frameworks/base/api/
Dcurrent.txt55731 field public float horizontalMargin;