Searched defs:inclusive (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/navigation/common/src/main/java/androidx/navigation/
H A DNavOptions.java310 * and set inclusive to true.
328 * @param inclusive true to also pop the given destination from the back stack.
334 public Builder setPopUpTo(@IdRes int destinationId, boolean inclusive) { argument
336 mPopUpToInclusive = inclusive;
/frameworks/support/navigation/runtime/src/main/java/androidx/navigation/
H A DNavController.java247 * @param inclusive Whether the given destination should also be popped.
251 public boolean popBackStack(@IdRes int destinationId, boolean inclusive) { argument
259 if (inclusive || destination.getId() != destinationId) {
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 83 milliseconds