Home | History | Annotate | Download | only in editors

Lines Matching defs:rep

69         FilterBasicRepresentation rep = getBasicRepresentation();
70 if (rep == null) {
73 return rep.getMaximum();
78 FilterBasicRepresentation rep = getBasicRepresentation();
79 if (rep == null) {
82 return rep.getMinimum();
92 FilterBasicRepresentation rep = getBasicRepresentation();
93 if (rep == null) {
96 return rep.getValue();
106 FilterBasicRepresentation rep = getBasicRepresentation();
107 if (rep == null) {
110 rep.setValue(value);
116 FilterBasicRepresentation rep = getBasicRepresentation();
117 return mContext.getString(rep.getTextId());