/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | EmptyViewController.java | 48 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/ |
D | SettingsPreferenceDialogFragment.java | 155 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/ |
D | SettingsPreferenceDialogFragment.java | 155 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/ |
D | DrawerFragment.java | 161 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/ |
D | BaseDialogFragment.java | 96 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/ |
D | TrustedCredentialsSettings.java | 120 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()
|
D | UserCredentialsSettings.java | 130 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/ |
D | TrustedCredentialsSettings.java | 120 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()
|
D | UserCredentialsSettings.java | 130 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/ |
D | BluetoothOppBtErrorActivity.java | 73 TextView contentView = (TextView) view.findViewById(R.id.content); in createView() local 74 contentView.setText(mErrorContent); in createView()
|
D | BluetoothOppBtEnableActivity.java | 73 TextView contentView = (TextView) view.findViewById(R.id.content); in createView() local 74 contentView.setText( in createView()
|
D | BluetoothOppBtEnablingActivity.java | 96 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/ |
D | LoadingViewController.java | 36 public LoadingViewController(View loadingView, View contentView) { in LoadingViewController() argument 38 mContentView = contentView; in LoadingViewController()
|
/packages/apps/Settings/src/com/android/settings/widget/ |
D | LoadingViewController.java | 36 public LoadingViewController(View loadingView, View contentView) { in LoadingViewController() argument 38 mContentView = contentView; in LoadingViewController()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | MoveScreensaverRunnable.java | 62 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/ |
D | AppSelectionFragment.java | 194 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/ |
D | AddAccessoryActivity.java | 405 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()
|
D | BluetoothPairingDialog.java | 180 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/ |
D | TvViewUiManager.java | 131 FrameLayout contentView, in TvViewUiManager() argument 136 mContentView = contentView; in TvViewUiManager()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/notification/ |
D | NotificationStation.java | 502 if (n.contentView != null) { in generateExtraText() 507 .append(n.contentView.toString()); in generateExtraText()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | NotificationStation.java | 502 if (n.contentView != null) { in generateExtraText() 507 .append(n.contentView.toString()); in generateExtraText()
|
/packages/modules/ExtServices/src/android/ext/services/notification/ |
D | NotificationEntry.java | 88 notification.contentView = null; in lightenNotificationPayload()
|