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

/frameworks/base/core/java/android/widget/
H A DRemoteViews.java114 * Constants to whether or not this RemoteViews is composed of a landscape and portrait
122 * {@link #RemoteViews(RemoteViews, RemoteViews)} to keep track of the landscape and portrait
1469 * @param landscape The RemoteViews to inflate in landscape configuration
1472 public RemoteViews(RemoteViews landscape, RemoteViews portrait) { argument
1473 if (landscape == null || portrait == null) {
1476 if (landscape.getPackage().compareTo(portrait.getPackage()) != 0) {
1482 mLandscape = landscape;
1489 configureRemoteViewsAsChild(landscape);
1597 * that the RemoteViews has both a landscape an
[all...]

Completed in 83 milliseconds