Home | History | Annotate | Download | only in multiwaveview

Lines Matching defs:outValue

186         TypedValue outValue = new TypedValue();
187 if (a.getValue(R.styleable.MultiWaveView_targetDrawables, outValue)) {
188 internalSetTargetResources(outValue.resourceId);
195 if (a.getValue(R.styleable.MultiWaveView_targetDescriptions, outValue)) {
196 final int resourceId = outValue.resourceId;
204 if (a.getValue(R.styleable.MultiWaveView_directionDescriptions, outValue)) {
205 final int resourceId = outValue.resourceId;