OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:quotedtextview
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
QuotedTextView.java
45
class
QuotedTextView
extends LinearLayout implements OnClickListener {
70
public
QuotedTextView
(Context context) {
74
public
QuotedTextView
(Context context, AttributeSet attrs) {
78
public
QuotedTextView
(Context context, AttributeSet attrs, int defStyle) {
172
* Update the state of the checkbox for the
QuotedTextView
as if it were
208
View
quotedTextView
= findViewById(R.id.quoted_text_area);
209
if (
quotedTextView
!= null) {
210
quotedTextView
.setVisibility(View.GONE);
348
return text.indexOf(
QuotedTextView
.HEADER_SEPARATOR)
349
+
QuotedTextView
.HEADER_SEPARATOR_LENGTH
[
all
...]
ComposeActivity.java
94
import com.android.mail.compose.
QuotedTextView
.RespondInlineListener;
310
private
QuotedTextView
mQuotedTextView;
[
all
...]
/packages/apps/UnifiedEmail/res/layout/
compose.xml
85
<com.android.mail.compose.
QuotedTextView
Completed in 239 milliseconds