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

/frameworks/base/core/java/android/view/
H A DView.java4701 * @param propagate whether to propagate the change up through the parent
4703 * @param refocus when propagate is true, specifies whether to request the
4706 void clearFocusInternal(boolean propagate, boolean refocus) { argument
4710 if (propagate && mParent != null) {
4718 if (propagate && (!refocus || !rootViewRequestFocus())) {
5912 * that should propagate to those under it.
6183 * Set the layout direction for this view. This will propagate a reset of layout direction
10937 * @param forceRedraw Mark the view as DRAWN to force the invalidation to propagate, if display
10998 * alpha, translationX/Y, scrollX/Y, scaleX/Y, and rotation/X/Y. This method will propagate
[all...]

Completed in 83 milliseconds