Searched refs:TAG_POS (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java51 private static final int TAG_POS = 0x2000001; field in class:DessertCaseView
349 if (v.getTag(TAG_POS) != null) {
370 v.setTag(TAG_POS, pt);
389 squatter.setTag(TAG_POS, null);
452 final Point pt = (Point)v.getTag(TAG_POS);

Completed in 38 milliseconds