Searched refs:UNIT_DP (Results 1 – 5 of 5) sorted by relevance
24 import static com.android.SdkConstants.UNIT_DP;138 && (value.endsWith(UNIT_DP) || value.endsWith(UNIT_DIP)) in visitAttribute()
21 import static com.android.SdkConstants.UNIT_DP;103 proposals.add(new ContentProposal(number + UNIT_DP)); in getProposals()
26 import static com.android.SdkConstants.UNIT_DP;554 new DimensionEntry(UNIT_DP, COMPLEX_UNIT_DIP),
21 import static com.android.SdkConstants.UNIT_DP;1147 UNIT_DP,
816 public static final String UNIT_DP = "dp"; //$NON-NLS-1$ field in SdkConstants