Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DActionBarView.java1016 final ActionBar.LayoutParams ablp = lp instanceof ActionBar.LayoutParams ? in onMeasure() local
1021 if (ablp != null) { in onMeasure()
1022 horizontalMargin = ablp.leftMargin + ablp.rightMargin; in onMeasure()
1023 verticalMargin = ablp.topMargin + ablp.bottomMargin; in onMeasure()
1043 final int hgrav = (ablp != null ? ablp.gravity : DEFAULT_CUSTOM_GRAVITY) & in onMeasure()
1171 final ActionBar.LayoutParams ablp = lp instanceof ActionBar.LayoutParams ? in onLayout() local
1173 final int gravity = ablp != null ? ablp.gravity : DEFAULT_CUSTOM_GRAVITY; in onLayout()
1178 if (ablp != null) { in onLayout()
1179 x = next(x, ablp.getMarginStart(), isLayoutRtl); in onLayout()
1180 menuStart += direction * ablp.getMarginEnd(); in onLayout()
[all …]