private void postNewIconRenderRequest(int w, int h) { if (mRepresentation != null) { ImagePreset preset = new ImagePreset(); preset.addFilter(mRepresentation); RenderingRequest.postIconRequest(mContext, w, h, preset, this); } }