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
36
public class
ConversationWebView
extends MailWebView implements ScrollNotifier {
128
* Notifies the {@link
ConversationWebView
} that it has become visible. It can use this signal
159
public
ConversationWebView
(Context c) {
163
public
ConversationWebView
(Context c, AttributeSet attrs) {
ConversationContainer.java
89
private
ConversationWebView
mWebView;
262
mWebView = (
ConversationWebView
) findViewById(R.id.webview);
463
* reported values and use a calculated expected value from
ConversationWebView
instead.
780
// TODO: refactor and unify with
ConversationWebView
.webPxToScreenPx()
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationViewFragment.java
58
import com.android.mail.browse.
ConversationWebView
;
124
protected
ConversationWebView
mWebView;
352
mWebView = (
ConversationWebView
) mConversationContainer.findViewById(R.id.webview);
[
all
...]
Completed in 309 milliseconds