HomeSort by relevance Sort by last modified time
    Searched refs:valueId (Results 1 - 16 of 16) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
PropertyCallback.java 30 * particular property to the new valueId or newValue passed from the {@link IMenuCallback}
60 final @Nullable String valueId, final @Nullable Boolean newValue) {
72 if (valueId != null) {
73 targetNode.setAttribute(mUri, mAttribute, valueId);
BaseViewRule.java 160 final @Nullable String valueId, final @Nullable Boolean newValue) {
167 final String newAttrValue = getValue(valueId, newWidth);
179 final String newAttrValue = getValue(valueId, newHeight);
246 if (valueId.equals(TRUE_ID)) {
248 } else if (valueId.equals(FALSE_ID)) {
255 if (!valueId.equals(CLEAR_ID)) {
263 newValues.add(valueId);
265 newValues.remove(valueId);
273 if (valueId.equals("normal")) { //$NON-NLS-1$
279 values = valueId;
    [all...]
EditTextRule.java 75 @Nullable String valueId,
TableLayoutRule.java 84 final @Nullable String valueId,
114 final @Nullable String valueId,
BaseLayoutRule.java 121 final @Nullable String valueId,
204 final @Nullable String valueId,
    [all...]
RelativeLayoutRule.java 322 final @Nullable String valueId,
GridLayoutRule.java 186 final @Nullable String valueId,
LinearLayoutRule.java 176 final @Nullable String valueId,
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastResources.java 94 int typeId, int valueId) {
103 buf.append(context.getString(valueId));
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
FontBuilder.cpp 120 void FontBuilder::fromSystemFont(CSSValueID valueId, float effectiveZoom)
125 RenderTheme::theme().systemFont(valueId, fontDescription);
298 if (CSSValueID valueID = primitiveValue->getValueID()) {
299 switch (valueID) {
308 size = FontSize::fontSizeForKeyword(m_document, valueID, scope.fontDescription().useFixedDefaultSize());
309 scope.fontDescription().setKeywordSize(valueID - CSSValueXxSmall + 1);
321 scope.fontDescription().setIsAbsoluteSize(parentIsAbsoluteSize && (valueID == CSSValueLarger || valueID == CSSValueSmaller));
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSComputedStyleDeclaration.cpp     [all...]
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 188 private static void setDetailsValue(View d, String text, int valueId) {
189 ((TextView) d.findViewById(valueId)).setText(text);
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
CSSPropertyParser.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 198 milliseconds