Searched refs:mBody (Results 1 – 5 of 5) sorted by relevance
42 private final TextView mBody; field in AbstractDetailsDescriptionPresenter.ViewHolder60 mBody = (TextView) view.findViewById(R.id.lb_details_description_body); in ViewHolder()86 mBodyFontMetricsInt = getFontMetricsInt(mBody); in ViewHolder()112 if (mBody.getMaxLines() != maxLines) { in addPreDrawListener()113 mBody.setMaxLines(maxLines); in addPreDrawListener()140 return mBody; in getBody()189 if (TextUtils.isEmpty(vh.mBody.getText())) { in onBindViewHolder()190 vh.mBody.setVisibility(View.GONE); in onBindViewHolder()192 vh.mBody.setVisibility(View.VISIBLE); in onBindViewHolder()193 vh.mBody.setLineSpacing(vh.mBodyLineSpacing - vh.mBody.getLineHeight() + in onBindViewHolder()[all …]
130 private final String mBody; field in SmsCbMessage153 mBody = body; in SmsCbMessage()167 mBody = in.readString(); in SmsCbMessage()203 dest.writeString(mBody); in writeToParcel()292 return mBody; in getMessageBody()368 + mServiceCategory + ", language=" + mLanguage + ", body=" + mBody in toString()
73 private String mBody; field in ListWithMailMessages.MailMessage84 mBody = body; in MailMessage()97 return mBody; in getBody()101 this.mBody = body; in setBody()
465 String mBody = TestWebData.postContent; in testPostWithData() local466 int bodyLength = mBody.length(); in testPostWithData()468 Log.v(LOGTAG, "testPostWithData: body " + mBody); in testPostWithData()470 InputStream bodyProvider = new ByteArrayInputStream(mBody.getBytes()); in testPostWithData()
69 private PduBody mBody = null; field in PduParser134 mBody = parseParts(mPduDataStream); in parse()135 if (null == mBody) { in parse()146 SendReq sendReq = new SendReq(mHeaders, mBody); in parse()173 new RetrieveConf(mHeaders, mBody); in parse()190 PduPart firstPart = mBody.getPart(0); in parse()191 mBody.removeAll(); in parse()192 mBody.addPart(0, firstPart); in parse()