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

/frameworks/support/cardview/src/main/java/androidx/cardview/widget/
H A DCardView.java271 public void setMinimumHeight(int minHeight) { method in class:CardView
273 super.setMinimumHeight(minHeight);
479 CardView.super.setMinimumHeight(height);
/frameworks/base/core/java/android/view/
H A DView.java23412 * @see #setMinimumHeight(int)
23432 public void setMinimumHeight(int minHeight) { method in class:View
[all...]

Completed in 185 milliseconds