HomeSort by relevance Sort by last modified time
    Searched refs:viewContext (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/shell/
DrawGL.java 11 public static void drawGL(long drawGL, long viewContext, int width, int height,
13 nativeDrawGL(drawGL, viewContext, width, height, scrollX, scrollY, mode);
16 private static native void nativeDrawGL(long drawGL, long viewContext,
  /frameworks/webview/chromium/java/com/android/webview/chromium/
DrawGLFunctor.java 41 public DrawGLFunctor(long viewContext, WebViewDelegate webViewDelegate) {
42 mDestroyRunnable = new DestroyRunnable(nativeCreateGLFunctor(viewContext), webViewDelegate);
121 private static native long nativeCreateGLFunctor(long viewContext);
  /frameworks/base/core/java/android/view/
LayoutInflater.java 700 Context viewContext;
702 viewContext = parent.getContext();
704 viewContext = mContext;
708 final TypedArray ta = viewContext.obtainStyledAttributes(attrs, ATTRS_THEME);
711 viewContext = new ContextThemeWrapper(viewContext, themeResId);
717 return new BlinkLayout(viewContext, attrs);
725 view = mFactory2.onCreateView(parent, name, viewContext, attrs);
727 view = mFactory.onCreateView(name, viewContext, attrs);
733 view = mPrivateFactory.onCreateView(parent, name, viewContext, attrs)
    [all...]
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
AwTestContainerView.java 101 public void initialize(long drawGL, long viewContext) {
103 mViewContext = viewContext;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationListFragment.java 288 public static ConversationListFragment newInstance(ConversationListContext viewContext) {
291 args.putBundle(CONVERSATION_LIST_KEY, viewContext.toBundle());
    [all...]

Completed in 307 milliseconds