OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mViewContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestContainerView.java
69
private long
mViewContext
= 0;
103
mViewContext
= viewContext;
197
DrawGL.drawGL(mDrawGL,
mViewContext
, width, height, 0, 0, MODE_SYNC);
208
DrawGL.drawGL(mDrawGL,
mViewContext
, width, height,
211
DrawGL.drawGL(mDrawGL,
mViewContext
, width, height, 0, 0, MODE_PROCESS);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java
136
private ConversationListContext
mViewContext
;
199
mEmptyView.setupEmptyText(mFolder,
mViewContext
.searchQuery,
366
final boolean showSearchHeader = ConversationListContext.isSearchResult(
mViewContext
);
476
mViewContext
= ConversationListContext.forBundle(args.getBundle(CONVERSATION_LIST_KEY));
477
mAccount =
mViewContext
.account;
485
if (
mViewContext
== null) {
493
sb.append(
mViewContext
.folder);
[
all
...]
Completed in 258 milliseconds