Searched refs:clipped (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
H A DHtmlParser.java55 private boolean clipped; field in class:HtmlParser
130 return clipped;
194 clipped = false;
198 for (int i = 0; i < end && !clipped;) {
232 clipped = pos >= clipLength;
310 * We only want to find these at the end of a clipped text.
350 // If it was a false positive, the user won't notice that we clipped
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlParser.java55 private boolean clipped; field in class:HtmlParser
130 return clipped;
194 clipped = false;
198 for (int i = 0; i < end && !clipped;) {
232 clipped = pos >= clipLength;
310 * We only want to find these at the end of a clipped text.
350 // If it was a false positive, the user won't notice that we clipped
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DMessage.java214 public boolean clipped; field in class:Message
297 dest.writeInt(clipped ? 1 : 0);
333 clipped = in.readInt() != 0;
413 clipped = cursor.getInt(UIProvider.MESSAGE_CLIPPED_COLUMN) != 0;
452 clipped = false;
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DMessageFooterView.java156 message.clipped && !TextUtils.isEmpty(message.permalink) ? VISIBLE : GONE);
305 LogUtils.wtf(LOG_TAG, "Trying to open clipped message with no activity defined");

Completed in 83 milliseconds