Home
last modified time | relevance | path

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

/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A 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()
79 View editControl = mMainView.findViewById(R.id.controlArea); in onCreateView()
82 Button editTitle = (Button) mMainView.findViewById(R.id.applyEffect); in onCreateView()
92 Button toggleState = (Button) mMainView.findViewById(R.id.toggle_state); in onCreateView()
111 return mMainView; in onCreateView()
[all …]
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A 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()
99 filtersButton = (ImageButton) mMainView.findViewById(R.id.colorsButton); in onCreateView()
129 return mMainView; in onCreateView()
[all …]
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
H A 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()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A 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()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A 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()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/notification/
H A DNotificationMainView.java72 private View mMainView; field in NotificationMainView
151 mMainView = findViewById(R.id.main_view); in onFinishInflate()
223 mMainView.setAlpha(alpha); in setContentAlpha()
231 mMainView.setTranslationX(transX); in setContentTranslationX()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A 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);