Home
last modified time | relevance | path

Searched refs:TAG_POS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseView.java58 private static final int TAG_POS = 0x2000001; field in DessertCaseView
356 if (v.getTag(TAG_POS) != null) {
377 v.setTag(TAG_POS, pt);
396 squatter.setTag(TAG_POS, null);
459 final Point pt = (Point)v.getTag(TAG_POS);