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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java159 * @param large the largest allowable size for the manuipulated items.
161 public ExpandHelper(Context context, Callback callback, int small, int large) { argument
164 mLargeSize = large;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java345 * Sets the layout style to be large or small. This affects the height of
346 * the overview, including the text description. The default is large.
348 public void setStyleLarge(boolean large) { argument
349 mIsStyleLarge = large;
353 * Returns true if the layout style is large.
482 // If large style and landscape image we always use margin.

Completed in 1031 milliseconds