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

/frameworks/support/v7/cardview/src/android/support/v7/widget/
H A DCardView.java266 public void setMinimumHeight(int minHeight) { method in class:CardView
268 super.setMinimumHeight(minHeight);
469 CardView.super.setMinimumHeight(height);
/frameworks/base/core/java/android/view/
H A DView.java20100 * @see #setMinimumHeight(int)
20120 public void setMinimumHeight(int minHeight) { method in class:View

Completed in 228 milliseconds