Home
last modified time | relevance | path

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

/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/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java49 private final NotificationMainView mMainView; field in NotificationItemView
64 mMainView = container.findViewById(R.id.main_view); in NotificationItemView()
84 mMainView.updateBackgroundColor(color, animatorSetOut); in updateBackgroundColor()
101 mRootView.removeView(mMainView); in removeAllViews()
139 if (mMainView.getNotificationInfo() == null) { in onInterceptTouchEvent()
155 mMainView.applyNotificationInfo(mainNotification, false); in applyNotificationInfos()
159 NotificationInfo currentMainNotificationInfo = mMainView.getNotificationInfo(); in trimNotifications()
175 mMainView.applyNotificationInfo(nextNotification, true); in trimNotifications()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanel.java37 private LinearLayout mMainView; field in StatePanel
48 mMainView = (LinearLayout) inflater.inflate(R.layout.filtershow_state_panel_new, null); in onCreateView()
50 View panel = mMainView.findViewById(R.id.listStates); in onCreateView()
53 mToggleVersionsPanel = (ImageButton) mMainView.findViewById(R.id.toggleVersionsPanel); in onCreateView()
68 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/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
DSelectFromListWizardFragment.java433 private View mMainView;
498 mMainView = inflater.inflate(R.layout.account_content_area, container, false);
500 final ViewGroup descriptionArea = (ViewGroup) mMainView.findViewById(R.id.description);
504 final ViewGroup actionArea = (ViewGroup) mMainView.findViewById(R.id.action);
567 return mMainView;
606 mMainView.getApplicationWindowToken(), 0);