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

/frameworks/base/core/java/android/widget/
H A DPopupWindow.java124 View anchor = mAnchor.get();
125 if (anchor != null && mPopupView != null) {
129 mAboveAnchor = findDropDownPosition(anchor, p, mAnchorXoff, mAnchorYoff);
170 // used when the drop-down is placed above its anchor view, and the one to be
171 // used when the drop-down is placed below its anchor view. We extract
177 // at least one other drawable, intended for the 'below-anchor state'.
181 // Find the above-anchor view - this one's easy, it should be labeled as such.
184 // Now, for the below-anchor view, look for any other drawable specified in the
185 // StateListDrawable which is not for the above-anchor state and use that.
693 * corner of the anchor vie
702 showAsDropDown(View anchor) argument
720 showAsDropDown(View anchor, int xoff, int yoff) argument
913 findDropDownPosition(View anchor, WindowManager.LayoutParams p, int xoff, int yoff) argument
973 getMaxAvailableHeight(View anchor) argument
988 getMaxAvailableHeight(View anchor, int yOffset) argument
1009 getMaxAvailableHeight(View anchor, int yOffset, boolean ignoreBottomDecorations) argument
1210 update(View anchor, int width, int height) argument
1228 update(View anchor, int xoff, int yoff, int width, int height) argument
1232 update(View anchor, boolean updateLocation, int xoff, int yoff, boolean updateDimension, int width, int height) argument
1292 registerForScrollChanged(View anchor, int xoff, int yoff) argument
[all...]
H A DRelativeLayout.java1031 * When true, uses the parent as the anchor if the anchor doesn't exist or if
1032 * the anchor's visibility is GONE.
1154 * @param anchor The id of another view to use as an anchor,
1160 public void addRule(int verb, int anchor) { argument
1161 mRules[verb] = anchor;

Completed in 55 milliseconds