Searched defs:forceUniformWidth (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DLinearLayout.java974 forceUniformWidth(count, heightMeasureSpec);
978 private void forceUniformWidth(int count, int heightMeasureSpec) { method in class:LinearLayout
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DLinearLayoutCompat.java884 forceUniformWidth(count, heightMeasureSpec);
888 private void forceUniformWidth(int count, int heightMeasureSpec) { method in class:LinearLayoutCompat

Completed in 37 milliseconds