Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DRtlSpacingHelper.java25 class RtlSpacingHelper { class
DToolbar.java174 private RtlSpacingHelper mContentInsets;
276 RtlSpacingHelper.UNDEFINED); in Toolbar()
279 RtlSpacingHelper.UNDEFINED); in Toolbar()
288 if (contentInsetStart != RtlSpacingHelper.UNDEFINED || in Toolbar()
289 contentInsetEnd != RtlSpacingHelper.UNDEFINED) { in Toolbar()
294 R.styleable.Toolbar_contentInsetStartWithNavigation, RtlSpacingHelper.UNDEFINED); in Toolbar()
296 R.styleable.Toolbar_contentInsetEndWithActions, RtlSpacingHelper.UNDEFINED); in Toolbar()
1358 return mContentInsetStartWithNavigation != RtlSpacingHelper.UNDEFINED in getContentInsetStartWithNavigation()
1378 insetStartWithNavigation = RtlSpacingHelper.UNDEFINED; in setContentInsetStartWithNavigation()
1402 return mContentInsetEndWithActions != RtlSpacingHelper.UNDEFINED in getContentInsetEndWithActions()
[all …]
/frameworks/base/config/
Dpreloaded-classes4373 android.widget.RtlSpacingHelper