Searched refs:mMainView (Results 1 – 7 of 7) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/ |
D | EditorPanel.java | 40 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/ |
D | MainPanel.java | 37 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/ |
D | InfoPanel.java | 44 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/ |
D | NotificationItemView.java | 49 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/ |
D | StatePanel.java | 37 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/ |
D | CommonControllerOverlay.java | 60 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/ |
D | SelectFromListWizardFragment.java | 433 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);
|