Home | History | Annotate | Download | only in ui

Lines Matching defs:Position

419     private class Position {
420 public Position(int left, int top) {
498 TreeMap<Position, View> viewsByPosition = new TreeMap<Position, View>(new Comparator<Position>() {
499 public int compare(Position p1, Position p2) {
520 viewsByPosition.put(new Position(textLeft, textTop), mTextView);
526 viewsByPosition.put(new Position(imageLeft, imageTop), mImageView);
530 viewsByPosition.put(new Position(imageLeft + 1, imageTop), mVideoView);