OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parentFqcn
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java
58
* @param
parentFqcn
The fully qualified class name of the parent of this element.
64
public SimpleElement(String fqcn, String
parentFqcn
, Rect bounds, Rect parentBounds) {
66
mParentFqcn =
parentFqcn
;
324
// Bounds and
parentFqcn
must be null on both sides or equal.
CanvasViewInfo.java
516
String
parentFqcn
= null;
522
parentFqcn
= SimpleXmlTransfer.getFqcn(uiParent.getDescriptor());
528
SimpleElement e = new SimpleElement(fqcn,
parentFqcn
, bounds, parentBounds);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java
[
all
...]
Completed in 33 milliseconds