Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DToolbar.java2146 getChildHorizontalGravity(lp.gravity) == absGrav) { in addCustomViewsWithGravity()
2155 getChildHorizontalGravity(lp.gravity) == absGrav) { in addCustomViewsWithGravity()
2162 private int getChildHorizontalGravity(int gravity) { in getChildHorizontalGravity() method in Toolbar