Home
last modified time | relevance | path

Searched refs:contentView (Results 1 – 22 of 22) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/
DEmptyViewController.java48 public EmptyViewController(ViewGroup mainLayout, View contentView, View emptyView) { in EmptyViewController() argument
50 mContentView = contentView; in EmptyViewController()
55 .addTarget(contentView) in EmptyViewController()
/packages/apps/Car/Settings/src/com/android/car/settings/common/
DSettingsPreferenceDialogFragment.java155 View contentView = onCreateDialogView(context); in onCreateDialog() local
156 if (contentView != null) { in onCreateDialog()
157 onBindDialogView(contentView); in onCreateDialog()
158 builder.setView(contentView); in onCreateDialog()
/packages/apps/Car/Dialer/src/com/android/car/dialer/ui/settings/common/
DSettingsPreferenceDialogFragment.java155 View contentView = onCreateDialogView(context); in onCreateDialog() local
156 if (contentView != null) { in onCreateDialog()
157 onBindDialogView(contentView); in onCreateDialog()
158 builder.setView(contentView); in onCreateDialog()
/packages/apps/Contacts/src/com/android/contacts/drawer/
DDrawerFragment.java161 final View contentView = inflater.inflate(R.layout.drawer_fragment, null); in onCreateView() local
162 mDrawerListView = (ListView) contentView.findViewById(R.id.list); in onCreateView()
181 final FrameLayout root = (FrameLayout) contentView.findViewById(R.id.drawer_fragment_root); in onCreateView()
189 return contentView; in onCreateView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseDialogFragment.java96 public void performEntryTransition(final Activity activity, final ViewGroup contentView, in performEntryTransition() argument
101 final ViewGroup twoPane = (ViewGroup) contentView.getChildAt(0); in performEntryTransition()
154 boolean isRtl = ViewCompat.getLayoutDirection(contentView) == in performEntryTransition()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java120 private Tab(String tag, int label, int view, int progress, int contentView, in Tab() argument
126 mContentView = contentView; in Tab()
286 final ViewGroup contentView = (ViewGroup) mTabHost.findViewById(tab.mContentView); in addTab() local
287 contentView.getLayoutTransition().enableTransitionType(LayoutTransition.CHANGING); in addTab()
295 .inflate(R.layout.trusted_credential_list_container, contentView, false); in addTab()
302 contentView.addView(containerView); in addTab()
304 contentView.addView(containerView, 0); in addTab()
DUserCredentialsSettings.java130 View contentView = getCredentialView(item, R.layout.user_credential, null, in onCreateDialog() local
132 infoContainer.addView(contentView); in onCreateDialog()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DTrustedCredentialsSettings.java120 private Tab(String tag, int label, int view, int progress, int contentView, in Tab() argument
126 mContentView = contentView; in Tab()
286 final ViewGroup contentView = (ViewGroup) mTabHost.findViewById(tab.mContentView); in addTab() local
287 contentView.getLayoutTransition().enableTransitionType(LayoutTransition.CHANGING); in addTab()
295 .inflate(R.layout.trusted_credential_list_container, contentView, false); in addTab()
302 contentView.addView(containerView); in addTab()
304 contentView.addView(containerView, 0); in addTab()
DUserCredentialsSettings.java130 View contentView = getCredentialView(item, R.layout.user_credential, null, in onCreateDialog() local
132 infoContainer.addView(contentView); in onCreateDialog()
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtErrorActivity.java73 TextView contentView = (TextView) view.findViewById(R.id.content); in createView() local
74 contentView.setText(mErrorContent); in createView()
DBluetoothOppBtEnableActivity.java73 TextView contentView = (TextView) view.findViewById(R.id.content); in createView() local
74 contentView.setText( in createView()
DBluetoothOppBtEnablingActivity.java96 TextView contentView = (TextView) view.findViewById(R.id.progress_info); in createView() local
97 contentView.setText(getString(R.string.enabling_progress_content)); in createView()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DLoadingViewController.java36 public LoadingViewController(View loadingView, View contentView) { in LoadingViewController() argument
38 mContentView = contentView; in LoadingViewController()
/packages/apps/Settings/src/com/android/settings/widget/
DLoadingViewController.java36 public LoadingViewController(View loadingView, View contentView) { in LoadingViewController() argument
38 mContentView = contentView; in LoadingViewController()
/packages/apps/DeskClock/src/com/android/deskclock/
DMoveScreensaverRunnable.java62 public MoveScreensaverRunnable(View contentView, View saverView) { in MoveScreensaverRunnable() argument
63 mContentView = contentView; in MoveScreensaverRunnable()
/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
DAppSelectionFragment.java194 ViewGroup contentView = view.findViewById(R.id.actual_content); in onCreateView() local
196 (ViewGroup.MarginLayoutParams) contentView.getLayoutParams(); in onCreateView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java405 final View contentView = findViewById(R.id.content_fragment); in rearrangeViews() local
406 final ViewGroup.LayoutParams contentLayoutParams = contentView.getLayoutParams(); in rearrangeViews()
409 contentView.setLayoutParams(contentLayoutParams); in rearrangeViews()
DBluetoothPairingDialog.java180 final ViewGroup contentView = (ViewGroup) findViewById(android.R.id.content); in onCreate() local
181 final View topLayout = contentView.getChildAt(0); in onCreate()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java131 FrameLayout contentView, in TvViewUiManager() argument
136 mContentView = contentView; in TvViewUiManager()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/
DNotificationStation.java502 if (n.contentView != null) { in generateExtraText()
507 .append(n.contentView.toString()); in generateExtraText()
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationStation.java502 if (n.contentView != null) { in generateExtraText()
507 .append(n.contentView.toString()); in generateExtraText()
/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java88 notification.contentView = null; in lightenNotificationPayload()