Searched refs:mView (Results 1 – 5 of 5) sorted by relevance
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/ |
D | FullScreenTask.java | 48 public View mView = null; field in FullScreenTask 74 if (mView == null) { in onCreate() 77 mView = mInflater.inflate(getActivity(), xml); in onCreate() 81 mView = defaultView(); in onCreate() 84 getActivity().setContentView(mView); in onCreate() 86 mInflater.setClickListener(mView, this, this); in onCreate() 126 return mInflater.getViewAsMap(mView); in getViewAsMap() 133 result = mView.findViewById(id); in getViewByName() 200 mView = view; in loadLayout() 202 getActivity().setContentView(mView); in loadLayout() [all …]
|
D | UiFacade.java | 664 mFullScreenTask.mView.setOnGenericMotionListener(l); in startTrackingMouseXCoord()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/html/ |
D | HtmlActivityTask.java | 84 private WebView mView; field in HtmlActivityTask 132 mView.loadDataWithBaseURL(BASE_URL, source, "text/html", "utf-8", null); in shouldOverrideUrlLoading() 134 mView.loadUrl(url); in shouldOverrideUrlLoading() 142 mView = new WebView(getActivity()); in onCreate() 143 mView.setId(1); in onCreate() 144 mView.getSettings().setJavaScriptEnabled(true); in onCreate() 145 mView.addJavascriptInterface(mWrapper, "_rpc_wrapper"); in onCreate() 146 mView.addJavascriptInterface(new Object() { in onCreate() 154 getActivity().setContentView(mView); in onCreate() 155 mView.setOnCreateContextMenuListener(getActivity()); in onCreate() [all …]
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | CustomToastSystem.java | 28 private View mView; field in CustomToastSystem 34 mView = inflater.inflate(R.layout.custom_toast, null); in CustomToastSystem() 36 mText = (TextView) mView.findViewById(R.id.text); in CustomToastSystem() 38 mToast.setView(mView); in CustomToastSystem()
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Advanced/ChameleonMan/OGLES2/ |
D | OGLES2ChameleonMan.cpp | 608 PVRTMat4 mView, mProjection; in RenderScene() local 627 mView = PVRTMat4::LookAtRH(vFrom, vTo, vUp); in RenderScene() 642 mViewProjection = mProjection * mView; in RenderScene()
|