Searched refs:addProperty (Results 1 - 25 of 33) sorted by relevance

12

/frameworks/base/core/java/android/view/
H A DViewHierarchyEncoder.java23 * e.addProperty("prop1", value);
74 addProperty("meta:__name__", o.getClass().getName());
75 addProperty("meta:__hash__", o.hashCode());
85 addProperty("__name__", "propertyIndex");
93 public void addProperty(@NonNull String name, boolean v) { method in class:ViewHierarchyEncoder
98 public void addProperty(@NonNull String name, short s) { method in class:ViewHierarchyEncoder
103 public void addProperty(@NonNull String name, int v) { method in class:ViewHierarchyEncoder
108 public void addProperty(@NonNull String name, float v) { method in class:ViewHierarchyEncoder
113 public void addProperty(@NonNull String name, @Nullable String s) { method in class:ViewHierarchyEncoder
H A DView.java22430 stream.addProperty("id", (String) resolveId);
22432 stream.addProperty("id", mID);
22435 stream.addProperty("misc:transformation.alpha",
22437 stream.addProperty("misc:transitionName", getTransitionName());
22440 stream.addProperty("layout:left", mLeft);
22441 stream.addProperty("layout:right", mRight);
22442 stream.addProperty("layout:top", mTop);
22443 stream.addProperty("layout:bottom", mBottom);
22444 stream.addProperty("layout:width", getWidth());
22445 stream.addProperty("layou
[all...]
H A DWindowManager.java2112 encoder.addProperty("x", x);
2113 encoder.addProperty("y", y);
2114 encoder.addProperty("horizontalWeight", horizontalWeight);
2115 encoder.addProperty("verticalWeight", verticalWeight);
2116 encoder.addProperty("type", type);
2117 encoder.addProperty("flags", flags);
H A DViewGroup.java6958 encoder.addProperty("width", width);
6959 encoder.addProperty("height", height);
7434 encoder.addProperty("leftMargin", leftMargin);
7435 encoder.addProperty("topMargin", topMargin);
7436 encoder.addProperty("rightMargin", rightMargin);
7437 encoder.addProperty("bottomMargin", bottomMargin);
7438 encoder.addProperty("startMargin", startMargin);
7439 encoder.addProperty("endMargin", endMargin);
7783 encoder.addProperty("focus:descendantFocusability", getDescendantFocusability());
7784 encoder.addProperty("drawin
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java209 entry.addProperty(property);
222 entry.addProperty(property);
230 entry.addProperty(property);
238 entry.addProperty(property);
247 entry.addProperty(property);
256 entry.addProperty(property);
266 entry.addProperty(property);
273 entry.addProperty(property);
280 entry.addProperty(property);
287 entry.addProperty(propert
[all...]
/frameworks/base/core/java/android/widget/
H A DTextClock.java587 stream.addProperty("format12Hour", s == null ? null : s.toString());
590 stream.addProperty("format24Hour", s == null ? null : s.toString());
591 stream.addProperty("format", mFormat == null ? null : mFormat.toString());
592 stream.addProperty("hasSeconds", mHasSeconds);
H A DFrameLayout.java417 encoder.addProperty("measurement:measureAllChildren", mMeasureAllChildren);
418 encoder.addProperty("padding:foregroundPaddingLeft", mForegroundPaddingLeft);
419 encoder.addProperty("padding:foregroundPaddingTop", mForegroundPaddingTop);
420 encoder.addProperty("padding:foregroundPaddingRight", mForegroundPaddingRight);
421 encoder.addProperty("padding:foregroundPaddingBottom", mForegroundPaddingBottom);
H A DActionMenuView.java842 encoder.addProperty("layout:overFlowButton", isOverflowButton);
843 encoder.addProperty("layout:cellsUsed", cellsUsed);
844 encoder.addProperty("layout:extraPixels", extraPixels);
845 encoder.addProperty("layout:expandable", expandable);
846 encoder.addProperty("layout:preventEdgeOffset", preventEdgeOffset);
H A DAdapterView.java1261 encoder.addProperty("scrolling:firstPosition", mFirstPosition);
1262 encoder.addProperty("list:nextSelectedPosition", mNextSelectedPosition);
1263 encoder.addProperty("list:nextSelectedRowId", mNextSelectedRowId);
1264 encoder.addProperty("list:selectedPosition", mSelectedPosition);
1265 encoder.addProperty("list:itemCount", mItemCount);
H A DTableRow.java518 encoder.addProperty("layout:column", column);
519 encoder.addProperty("layout:span", span);
H A DLinearLayout.java1858 encoder.addProperty("layout:baselineAligned", mBaselineAligned);
1859 encoder.addProperty("layout:baselineAlignedChildIndex", mBaselineAlignedChildIndex);
1860 encoder.addProperty("measurement:baselineChildTop", mBaselineChildTop);
1861 encoder.addProperty("measurement:orientation", mOrientation);
1862 encoder.addProperty("measurement:gravity", mGravity);
1863 encoder.addProperty("measurement:totalLength", mTotalLength);
1864 encoder.addProperty("layout:totalLength", mTotalLength);
1865 encoder.addProperty("layout:useLargestChild", mUseLargestChild);
1982 encoder.addProperty("layout:weight", weight);
1983 encoder.addProperty("layou
[all...]
H A DCheckedTextView.java469 stream.addProperty("text:checked", isChecked());
H A DCompoundButton.java556 stream.addProperty("checked", isChecked());
H A DProgressBar.java1903 stream.addProperty("progress:max", getMax());
1904 stream.addProperty("progress:progress", getProgress());
1905 stream.addProperty("progress:secondaryProgress", getSecondaryProgress());
1906 stream.addProperty("progress:indeterminate", isIndeterminate());
H A DAbsListView.java6340 encoder.addProperty("list:viewType", viewType);
6341 encoder.addProperty("list:recycledHeaderFooter", recycledHeaderFooter);
6342 encoder.addProperty("list:forceAdd", forceAdd);
6944 encoder.addProperty("drawing:cacheColorHint", getCacheColorHint());
6945 encoder.addProperty("list:fastScrollEnabled", isFastScrollEnabled());
6946 encoder.addProperty("list:scrollingCacheEnabled", isScrollingCacheEnabled());
6947 encoder.addProperty("list:smoothScrollbarEnabled", isSmoothScrollbarEnabled());
6948 encoder.addProperty("list:stackFromBottom", isStackFromBottom());
6949 encoder.addProperty("list:textFilterEnabled", isTextFilterEnabled());
H A DTextView.java9810 stream.addProperty("text:ellipsize", ellipsize == null ? null : ellipsize.name());
9811 stream.addProperty("text:textSize", getTextSize());
9812 stream.addProperty("text:scaledTextSize", getScaledTextSize());
9813 stream.addProperty("text:typefaceStyle", getTypefaceStyle());
9814 stream.addProperty("text:selectionStart", getSelectionStart());
9815 stream.addProperty("text:selectionEnd", getSelectionEnd());
9816 stream.addProperty("text:curTextColor", mCurTextColor);
9817 stream.addProperty("text:text", mText == null ? null : mText.toString());
9818 stream.addProperty("text:gravity", mGravity);
H A DImageView.java1498 stream.addProperty("layout:baseline", getBaseline());
H A DHorizontalScrollView.java1701 encoder.addProperty("layout:fillViewPort", mFillViewport);
/frameworks/data-binding/compiler/src/main/java/android/databinding/annotationprocessor/
H A DProcessBindable.java81 mProperties.addProperty(enclosing.getQualifiedName().toString(), name);
183 mProperties.addProperty(containingClass, variable);
236 void addProperty(String className, String propertyName); method in interface:ProcessBindable.Intermediate
262 public void addProperty(String className, String propertyName) { method in class:ProcessBindable.IntermediateV1
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntryConstructor.java130 mCurrentEntry.addProperty(property);
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DRecurrenceSet.java313 component.addProperty(dtstartProp);
316 component.addProperty(durationProp);
372 component.addProperty(dtstartProp);
375 component.addProperty(durationProp);
394 component.addProperty(prop);
462 component.addProperty(prop);
H A DICalendar.java137 public void addProperty(Property prop) { method in class:ICalendar.Component
517 component.addProperty(property);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSecurityViewFlipper.java289 encoder.addProperty("layout:maxWidth", maxWidth);
290 encoder.addProperty("layout:maxHeight", maxHeight);
/frameworks/base/core/java/android/webkit/
H A DWebView.java2599 encoder.addProperty("webview:contentHeight", mProvider.getContentHeight());
2600 encoder.addProperty("webview:contentWidth", mProvider.getContentWidth());
2601 encoder.addProperty("webview:scale", mProvider.getScale());
2602 encoder.addProperty("webview:title", mProvider.getTitle());
2603 encoder.addProperty("webview:url", mProvider.getUrl());
2604 encoder.addProperty("webview:originalUrl", mProvider.getOriginalUrl());
/frameworks/base/core/java/android/app/
H A DActionBar.java1388 encoder.addProperty("gravity", gravity);

Completed in 461 milliseconds

12