Home
last modified time | relevance | path

Searched defs:mlp (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardPasswordViewController.java305 final MarginLayoutParams mlp = (MarginLayoutParams) params; in updateSwitchImeButton() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/battery/
DBatteryMeterView.java138 final MarginLayoutParams mlp = new MarginLayoutParams( in BatteryMeterView() local
146 final MarginLayoutParams mlp = new MarginLayoutParams( in BatteryMeterView() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationContentViewTest.kt617 val mlp = innerLayout.layoutParams as ViewGroup.MarginLayoutParams in <lambda>() constant
/frameworks/base/core/java/android/widget/
DToolbar.java2181 final MarginLayoutParams mlp = (MarginLayoutParams) v.getLayoutParams(); in getHorizontalMargins() local
2186 final MarginLayoutParams mlp = (MarginLayoutParams) v.getLayoutParams(); in getVerticalMargins() local