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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
H A DValueCompleter.java63 public IContentProposal[] getProposals(String contents, int position) { argument
70 String prefix = contents; // TODO: Go back to position inside the array?
116 descriptor, contents.substring(0, position));
H A DResourceValueCompleter.java63 public IContentProposal[] getProposals(String contents, int position) { argument
69 this.xmlProperty.mDescriptor, contents.substring(0, position));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DSelectionHandle.java42 /** The position of the handle in the selection rectangle */
89 /** The position of the handle in the selection rectangle */
98 * @param position the position of the handle in the selection rectangle
100 public SelectionHandle(int centerX, int centerY, Position position) { argument
101 mPosition = position;
112 * @param point the mouse position in layout coordinates
125 * Returns the position of the handle in the selection rectangle
127 * @return the position of the handle in the selection rectangle
136 * @return the position o
[all...]
/sdk/monkeyrunner/src/com/android/monkeyrunner/
H A DJythonUtils.java129 * @param position the position in the parser
132 public static double getFloat(ArgParser ap, int position) { argument
133 PyObject arg = ap.getPyObject(position);
141 throw Py.TypeError("Unable to parse argument: " + position);
148 * @param position the position in the parser
152 public static double getFloat(ArgParser ap, int position, double defaultValue) { argument
153 PyObject arg = ap.getPyObject(position, new PyFloat(defaultValue));
161 throw Py.TypeError("Unable to parse argument: " + position);
172 getList(ArgParser ap, int position) argument
199 getMap(ArgParser ap, int position) argument
[all...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
H A DLinearLayoutRule.java314 // to insert a match position here, at the center, such that
315 // when you drag near its current position we show a match right
337 // We still have to count this position even if it has no bounds, or
343 // Finally add an insert position after all the children - unless of
385 // position
626 /** A possible match position */
630 /** The position among siblings */
633 public MatchPos(int distance, int position) { argument
635 mPosition = position;
641 + ", position
[all...]
/sdk/testapps/jarCheckTests1/app/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests1/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests2/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests3/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/javaProjectTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib1/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/libsAndJarTest/lib2/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/sdk/testapps/jarCheckTests3/lib2/libs/
H A Dandroid-support-v13.jar ... .ViewGroup, int) android.view.ViewGroup container int position String name android.app.Fragment fragment public void ...
/sdk/apps/NotificationStudio/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...

Completed in 297 milliseconds