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

/frameworks/base/core/java/android/util/
H A DExceptionUtils.java69 public static <E extends Exception> RuntimeException propagate(@NonNull Throwable t, Class<E> c) method in class:ExceptionUtils
72 return propagate(t);
75 public static RuntimeException propagate(@NonNull Throwable t) { method in class:ExceptionUtils
/frameworks/base/core/java/android/view/
H A DView.java7087 * @param propagate whether to propagate the change up through the parent
7089 * @param refocus when propagate is true, specifies whether to request the
7092 void clearFocusInternal(View focused, boolean propagate, boolean refocus) { argument
7097 if (propagate && mParent != null) {
7104 if (propagate && (!refocus || !rootViewRequestFocus())) {
9840 * that should propagate to those under it.
9858 * Compute insets that should be consumed by this view and the ones that should propagate
10228 * Set the layout direction for this view. This will propagate a reset of layout direction
11934 // from this view immediately. Otherwise, we can let it propagate u
[all...]
/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 250 milliseconds