Home
last modified time | relevance | path

Searched defs:contentView (Results 1 – 14 of 14) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppBtEnableActivity.java71 TextView contentView = (TextView)view.findViewById(R.id.content); in createView() local
DBluetoothOppBtErrorActivity.java74 TextView contentView = (TextView)view.findViewById(R.id.content); in createView() local
DBluetoothOppBtEnablingActivity.java96 TextView contentView = (TextView)view.findViewById(R.id.progress_info); in createView() local
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DEmptyViewController.java48 public EmptyViewController(ViewGroup mainLayout, View contentView, View emptyView) { in EmptyViewController()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
DBaseDialogFragment.java102 public void performEntryTransition(final Activity activity, final ViewGroup contentView, in performEntryTransition()
/packages/apps/PackageInstaller/src/com/android/packageinstaller/
DTabsAdapter.java146 final View contentView = mTabs.get(position).view; in onPageSelected() local
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateTransitionAnimation.java228 final View contentView = toView.getContentView(); in startAnimationToOverlay() local
525 final View contentView = fromView.getContentView(); in startAnimationToWorkspaceFromOverlay() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DBluetoothPairingDialog.java169 final ViewGroup contentView = (ViewGroup) findViewById(android.R.id.content); in onCreate() local
DAddAccessoryActivity.java506 final View contentView = findViewById(R.id.content_fragment); in rearrangeViews() local
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
DCarDrawerLayout.java720 View contentView = findContentView(); in onLayout() local
1059 ViewGroup contentView = (ViewGroup) findContentView(); in openDrawer() local
1097 ViewGroup contentView = (ViewGroup) findContentView(); in closeDrawer() local
/packages/apps/Calendar/src/com/android/calendar/alerts/
DAlertReceiver.java361 RemoteViews contentView = new RemoteViews(context.getPackageName(), in buildBasicNotification() local
553 RemoteViews contentView = new RemoteViews(context.getPackageName(), in makeDigestNotification() local
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java110 FrameLayout contentView, TvOptionsManager tvOptionManager) { in TvViewUiManager()
/packages/apps/DeskClock/src/com/android/deskclock/
DUtils.java228 public void registerViews(View contentView, View saverView) { in registerViews()
/packages/apps/Settings/src/com/android/settings/
DTrustedCredentialsSettings.java125 int expandableList, int contentView, boolean withSwitch) { in Tab()