Home
last modified time | relevance | path

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

/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DTableLayoutBindingAdapterTest.java60 assertFalse(mView.isColumnStretchable(0)); in testColumns()
61 assertTrue(mView.isColumnStretchable(1)); in testColumns()
62 assertFalse(mView.isColumnStretchable(2)); in testColumns()
74 assertTrue(mView.isColumnStretchable(0)); in testColumns()
75 assertTrue(mView.isColumnStretchable(1)); in testColumns()
76 assertTrue(mView.isColumnStretchable(2)); in testColumns()
/frameworks/base/core/java/android/widget/
DTableLayout.java335 public boolean isColumnStretchable(int columnIndex) { in isColumnStretchable() method in TableLayout
/frameworks/base/api/
Dcurrent.txt41420 method public boolean isColumnStretchable(int);
Dsystem-current.txt44026 method public boolean isColumnStretchable(int);