OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentBounds
(Results
1 - 13
of
13
) sorted by null
/external/droiddriver/src/com/google/android/droiddriver/uiautomation/
UiAutomationElement.java
157
Rect
parentBounds
;
159
parentBounds
= parent.getBounds();
160
visibleBounds.intersect(
parentBounds
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
AbsoluteLayoutRule.java
244
Rect
parentBounds
= parent.getBounds();
250
mRulesEngine.pxToDp(newBounds.x -
parentBounds
.x),
251
mRulesEngine.pxToDp(newBounds.y -
parentBounds
.y),
BaseLayoutRule.java
787
Rect
parentBounds
= parent.getBounds()
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java
62
* @param
parentBounds
The canvas bounds of the parent of this element. Can be null.
64
public SimpleElement(String fqcn, String parentFqcn, Rect bounds, Rect
parentBounds
) {
68
mParentBounds =
parentBounds
== null ? new Rect() :
parentBounds
.copy();
CanvasViewInfo.java
518
Rect
parentBounds
= null;
525
parentBounds
= SwtUtils.toRect(getParent().getAbsRect());
528
SimpleElement e = new SimpleElement(fqcn, parentFqcn, bounds,
parentBounds
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
RelativeLayoutConversionHelper.java
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar
/prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar
/prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar
org.eclipse.jface_3.6.2.M20110210-1200.jar
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar
Completed in 59 milliseconds