Searched refs:overview (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java35 * Renders a {@link DetailsOverviewRow} to display an overview of an item.
344 * the overview, including the text description. The default is large.
359 * transiting into overview row created by this presenter. The transition will
360 * be cancelled if the overview image is not loaded in the timeout period.
363 * the shared element transits to overview image on the starting edge of the detail
364 * overview row, while bounds of overview row grows and reveals text
380 * transiting into overview row created by this presenter. The transition will
381 * be cancelled if overview image is not loaded in a default timeout period.
384 * the shared element transits to overview imag
[all...]
H A DFullWidthDetailsOverviewRowPresenter.java33 * Renders a {@link DetailsOverviewRow} to display an overview of an item. Typically this row will
87 * overview view.
92 * align to the middle of the overview view. Note that this might not be the exact horizontal
93 * center of the overview view.
466 * Returns true if the overview should be part of shared element transition.
473 * Sets if the overview should be part of shared element transition.
517 * Set listener for details overview presenter. Must be called before creating
540 final View overview = vh.mOverviewFrame;
542 overview.setBackgroundColor(mBackgroundColor);
545 overview
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebSettings.java50 * the text readable when viewing a wide-viewport layout in the overview mode.
350 * Sets whether the WebView loads pages in overview mode, that is,
356 public abstract void setLoadWithOverviewMode(boolean overview); argument
359 * Gets whether this WebView loads pages in overview mode.
361 * @return whether this WebView loads pages in overview mode
/frameworks/base/
H A DAndroid.mk955 -overview $(LOCAL_PATH)/core/java/overview.html \

Completed in 340 milliseconds