OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:anchorPosition
(Results
1 - 2
of
2
) sorted by null
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/widget/
Widget.java
59
public
AnchorPosition
getAnchor() {
63
public void setAnchor(
AnchorPosition
anchor) {
69
* Same as {@link #position(float, com.androidplot.ui.XLayoutStyle, float, com.androidplot.ui.YLayoutStyle, com.androidplot.ui.
AnchorPosition
)}
77
position(x, xLayoutStyle, y, yLayoutStyle,
AnchorPosition
.LEFT_TOP);
88
YLayoutStyle yLayoutStyle,
AnchorPosition
anchor) {
284
public static PointF getAnchorOffset(float width, float height,
AnchorPosition
anchorPosition
) {
286
switch (
anchorPosition
) {
314
throw new IllegalArgumentException("Unsupported anchor location: " +
anchorPosition
);
319
public static PointF getAnchorCoordinates(RectF widgetRect,
AnchorPosition
anchorPosition) {
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java
[
all
...]
Completed in 89 milliseconds