Home
last modified time | relevance | path

Searched refs:ViewContentNavigation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
DRemoteViews.java1098 private final class ViewContentNavigation extends Action { class in RemoteViews
1101 ViewContentNavigation(int viewId, boolean next) { in ViewContentNavigation() method in RemoteViews.ViewContentNavigation
1106 ViewContentNavigation(Parcel in) { in ViewContentNavigation() method in RemoteViews.ViewContentNavigation
2385 return new ViewContentNavigation(parcel);
2554 addAction(new ViewContentNavigation(viewId, true /* next */));
2563 addAction(new ViewContentNavigation(viewId, false /* next */));
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt83524 Landroid/widget/RemoteViews$ViewContentNavigation;->apply(Landroid/view/View;Landroid/view/ViewGrou…
83525 Landroid/widget/RemoteViews$ViewContentNavigation;->getActionTag()I
83526 Landroid/widget/RemoteViews$ViewContentNavigation;->mergeBehavior()I
83527 Landroid/widget/RemoteViews$ViewContentNavigation;->mNext:Z