Searched defs:parent (Results 176 - 177 of 177) sorted by relevance

12345678

/frameworks/base/core/java/android/view/
H A DView.java310 * both return the location of the view relative to its parent. For instance,
312 * right of the left edge of its direct parent.
334 * within its parent (see <a href="#Layout">Layout</a> for more details.) The
376 * this pass each parent is responsible for positioning all of its children
386 * children's measurements. A parent view may call measure() more than once on
387 * its children. For example, the parent may measure each child once with
401 * <li>MATCH_PARENT, which means the view wants to be as big as its parent
412 * MeasureSpecs are used to push requirements down the tree from parent to
415 * <li>UNSPECIFIED: This is used by a parent to determine the desired dimension
419 * <li>EXACTLY: This is used by the parent t
11530 assignParent(ViewParent parent) argument
13193 drawAnimation(ViewGroup parent, long drawingTime, Animation a, boolean scalingRequired) argument
13314 draw(Canvas canvas, ViewGroup parent, long drawingTime) argument
[all...]
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java5945 ViewParent parent = mWebView.getParent();
5946 if (parent != null) {
5947 parent.requestDisallowInterceptTouchEvent(true);
8138 ViewGroup parent) {
8144 convertView = super.getView(position, null, parent);
8345 public void onItemClick(AdapterView<?> parent, View v,
8668 public PictureWrapperView(Context context, Picture picture, WebView parent) { argument
8671 mWebView = parent;
8137 getView(int position, View convertView, ViewGroup parent) argument

Completed in 55 milliseconds

12345678