Searched defs:TAG_SPAN (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java52 private static final int TAG_SPAN = 0x2000002; field in class:DessertCaseView
316 final float s = (Integer) v.getTag(TAG_SPAN);
371 v.setTag(TAG_SPAN, scale);
451 final int scale = (Integer) v.getTag(TAG_SPAN);

Completed in 73 milliseconds