OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConversationWebView
(Results
1 - 3
of
3
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationWebView.java
34
public class
ConversationWebView
extends MailWebView implements ScrollNotifier {
126
* Notifies the {@link
ConversationWebView
} that it has become visible. It can use this signal
155
public
ConversationWebView
(Context c) {
159
public
ConversationWebView
(Context c, AttributeSet attrs) {
ConversationContainer.java
96
private
ConversationWebView
mWebView;
254
mWebView = (
ConversationWebView
) findViewById(R.id.conversation_webview);
465
* reported values and use a calculated expected value from
ConversationWebView
instead.
774
// TODO: refactor and unify with
ConversationWebView
.webPxToScreenPx()
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java
66
import com.android.mail.browse.
ConversationWebView
;
153
protected
ConversationWebView
mWebView;
400
mWebView = (
ConversationWebView
)
[
all
...]
Completed in 637 milliseconds