Searched refs:VALUE_FALSE (Results 1 – 8 of 8) sorted by relevance
19 import static com.android.SdkConstants.VALUE_FALSE;59 } else if (VALUE_FALSE.equals(text)) { in paint()108 property.setValue(VALUE_FALSE); in cycleValue()109 } else if (VALUE_FALSE.equals(text)) { in cycleValue()
23 import static com.android.SdkConstants.VALUE_FALSE;181 proposals.add(new ContentProposal(VALUE_FALSE)); in getProposals()
27 import static com.android.SdkConstants.VALUE_FALSE;133 return VALUE_FALSE; in getProposal()135 return VALUE_FALSE; in getProposal()
24 import static com.android.SdkConstants.VALUE_FALSE;307 if (value.equalsIgnoreCase(VALUE_TRUE) || value.equalsIgnoreCase(VALUE_FALSE)) { in isValid()
37 import static com.android.SdkConstants.VALUE_FALSE;429 !VALUE_FALSE.equals(layout.getAttributeNS(ANDROID_URI, ATTR_BASELINE_ALIGNED)); in convertLinearToRelative()
48 import static com.android.SdkConstants.VALUE_FALSE;379 !VALUE_FALSE.equals(layout.getAttributeNS(ANDROID_URI, ATTR_BASELINE_ALIGNED))) { in analyzeLinearLayout()
31 import static com.android.SdkConstants.VALUE_FALSE;657 } else if (VALUE_FALSE.equals(value)) { in createPropertyAction()
30 import static com.android.SdkConstants.VALUE_FALSE;2566 "-D" + ENABLED_PROPERTY + "=" + VALUE_FALSE + "\n" + in onClick() local