Home
last modified time | relevance | path

Searched refs:mMainView (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
DTab.java145 private WebView mMainView; field in Tab
1162 if (mMainView != null) { in Tab()
1163 mMainView.clearHistory(); in Tab()
1244 if (mMainView == w) { in setWebView()
1260 if (mMainView != null) { in setWebView()
1261 mMainView.setPictureListener(null); in setWebView()
1269 mMainView = w; in setWebView()
1271 if (mMainView != null) { in setWebView()
1272 mMainView.setWebViewClient(mWebViewClient); in setWebView()
1273 mMainView.setWebChromeClient(mWebChromeClient); in setWebView()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorPanel.java40 private LinearLayout mMainView; field in EditorPanel
68 if (mMainView != null) { in onCreateView()
69 if (mMainView.getParent() != null) { in onCreateView()
70 ViewGroup parent = (ViewGroup) mMainView.getParent(); in onCreateView()
71 parent.removeView(mMainView); in onCreateView()
74 return mMainView; in onCreateView()
76 mMainView = (LinearLayout) inflater.inflate(R.layout.filtershow_editor_panel, null); in onCreateView()
78 View actionControl = mMainView.findViewById(R.id.panelAccessoryViewList); in onCreateView()
79 View editControl = mMainView.findViewById(R.id.controlArea); in onCreateView()
80 ImageButton cancelButton = (ImageButton) mMainView.findViewById(R.id.cancelFilter); in onCreateView()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DMainPanel.java37 private LinearLayout mMainView; field in MainPanel
81 if (mMainView != null) { in onDestroyView()
82 if (mMainView.getParent() != null) { in onDestroyView()
83 ViewGroup parent = (ViewGroup) mMainView.getParent(); in onDestroyView()
84 parent.removeView(mMainView); in onDestroyView()
93 mMainView = (LinearLayout) inflater.inflate( in onCreateView()
96 looksButton = (ImageButton) mMainView.findViewById(R.id.fxButton); in onCreateView()
97 bordersButton = (ImageButton) mMainView.findViewById(R.id.borderButton); in onCreateView()
98 geometryButton = (ImageButton) mMainView.findViewById(R.id.geometryButton); in onCreateView()
99 filtersButton = (ImageButton) mMainView.findViewById(R.id.colorsButton); in onCreateView()
[all …]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
DInfoPanel.java44 private LinearLayout mMainView; field in InfoPanel
69 mMainView = (LinearLayout) inflater.inflate( in onCreateView()
72 mImageThumbnail = (ImageView) mMainView.findViewById(R.id.imageThumbnail); in onCreateView()
76 mImageName = (TextView) mMainView.findViewById(R.id.imageName); in onCreateView()
77 mImageSize = (TextView) mMainView.findViewById(R.id.imageSize); in onCreateView()
78 mExifData = (TextView) mMainView.findViewById(R.id.exifData); in onCreateView()
79 TextView exifLabel = (TextView) mMainView.findViewById(R.id.exifLabel); in onCreateView()
81 HistogramView histogramView = (HistogramView) mMainView.findViewById(R.id.histogramView); in onCreateView()
138 return mMainView; in onCreateView()
/packages/apps/Gallery2/src/com/android/gallery3d/app/
DCommonControllerOverlay.java60 protected View mMainView; field in CommonControllerOverlay
201 mMainView = view; in showMainView()
202 mErrorView.setVisibility(mMainView == mErrorView ? View.VISIBLE : View.INVISIBLE); in showMainView()
203 mLoadingView.setVisibility(mMainView == mLoadingView ? View.VISIBLE : View.INVISIBLE); in showMainView()
205 mMainView == mPlayPauseReplayView ? View.VISIBLE : View.INVISIBLE); in showMainView()
288 if (mMainView != null) { in onLayout()
289 layoutCenteredView(mMainView, 0, 0, w, h); in onLayout()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanel.java36 private LinearLayout mMainView; field in StatePanel
47 mMainView = (LinearLayout) inflater.inflate(R.layout.filtershow_state_panel_new, null); in onCreateView()
49 View panel = mMainView.findViewById(R.id.listStates); in onCreateView()
52 mToggleVersionsPanel = (ImageButton) mMainView.findViewById(R.id.toggleVersionsPanel); in onCreateView()
67 return mMainView; in onCreateView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DSelectFromListWizardFragment.java204 private View mMainView; field in SelectFromListWizardFragment
235 mMainView = inflater.inflate(R.layout.account_content_area, container, false); in onCreateView()
239 ((ViewGroup) mMainView.findViewById(R.id.description)).addView(content); in onCreateView()
240 ((ViewGroup) mMainView.findViewById(R.id.action)).addView(mScrollAdapterView); in onCreateView()
338 return mMainView; in onCreateView()
350 mMainView.getApplicationWindowToken(), 0); in onResume()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java162 protected BaseInputView mMainView; field in DefaultSoftKeyboard
618mMainView = (BaseInputView) parent.getLayoutInflater().inflate(R.layout.keyboard_default_main, nul… in initView()
623 mMainView.addView(mSubView); in initView()
626 mMainView.addView(mKeyboardView); in initView()
629 return mMainView; in initView()
709 return mMainView; in getCurrentView()