OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:viewDesc
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java
328
ViewElementDescriptor
viewDesc
= findDescriptorByClass(SdkConstants.CLASS_VIEW);
329
if (
viewDesc
!= null) {
330
viewAttributes =
viewDesc
.getAttributes();
332
viewLayoutAttribs =
viewDesc
.getLayoutAttributes();
519
ViewElementDescriptor
viewDesc
= findDescriptorByClass(viewFqcn);
520
if (
viewDesc
!= null) {
521
return
viewDesc
.getLayoutAttributes();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java
322
final ViewElementDescriptor
viewDesc
= delegate.getFqcnViewDescriptor(rootFqcn);
323
if (
viewDesc
== null) {
340
UiElementNode uiNew = uiDoc.appendNewUiChild(
viewDesc
);
LayoutCanvas.java
[
all
...]
/developers/build/prebuilts/gradle/BatchStepSensor/BatchStepSensorSample/src/main/java/com/example/android/batchstepsensor/
Card.java
500
View
viewDesc
= cardView.findViewById(R.id.card_content);
501
if (mCard.mDescription != null &&
viewDesc
!= null) {
502
mCard.mDescView = (TextView)
viewDesc
;
504
} else if (
viewDesc
!= null) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java
[
all
...]
Completed in 31 milliseconds