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.java1014 final ActionBar.LayoutParams ablp = lp instanceof ActionBar.LayoutParams ? in onMeasure() local
1019 if (ablp != null) { in onMeasure()
1020 horizontalMargin = ablp.leftMargin + ablp.rightMargin; in onMeasure()
1021 verticalMargin = ablp.topMargin + ablp.bottomMargin; in onMeasure()
1041 final int hgrav = (ablp != null ? ablp.gravity : DEFAULT_CUSTOM_GRAVITY) & in onMeasure()
1169 final ActionBar.LayoutParams ablp = lp instanceof ActionBar.LayoutParams ? in onLayout() local
1171 final int gravity = ablp != null ? ablp.gravity : DEFAULT_CUSTOM_GRAVITY; in onLayout()
1176 if (ablp != null) { in onLayout()
1177 x = next(x, ablp.getMarginStart(), isLayoutRtl); in onLayout()
1178 menuStart += direction * ablp.getMarginEnd(); in onLayout()
[all …]