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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java165 * @param large the largest allowable size for the manuipulated items.
167 public ExpandHelper(Context context, Callback callback, int small, int large) { argument
170 mLargeSize = large;
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DDetailsOverviewRowPresenter.java344 * Sets the layout style to be large or small. This affects the height of
345 * the overview, including the text description. The default is large.
347 public void setStyleLarge(boolean large) { argument
348 mIsStyleLarge = large;
352 * Returns true if the layout style is large.
481 // If large style and landscape image we always use margin.

Completed in 110 milliseconds