Searched defs:contentView (Results 1 - 6 of 6) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DMoveScreensaverRunnable.java59 * @param contentView contains the {@code saverView}
60 * @param saverView a child view of {@code contentView} that periodically moves around
62 public MoveScreensaverRunnable(View contentView, View saverView) { argument
63 mContentView = contentView;
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DEmptyViewController.java45 * @param contentView The view that should be displayed when empty view is hidden.
48 public EmptyViewController(ViewGroup mainLayout, View contentView, View emptyView) { argument
50 mContentView = contentView;
55 .addTarget(contentView)
/packages/apps/Settings/src/com/android/settings/widget/
H A DLoadingViewController.java36 public LoadingViewController(View loadingView, View contentView) { argument
38 mContentView = contentView;
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
H A DBaseDialogFragment.java95 public void performEntryTransition(final Activity activity, final ViewGroup contentView, argument
100 final ViewGroup twoPane = (ViewGroup) contentView.getChildAt(0);
153 boolean isRtl = ViewCompat.getLayoutDirection(contentView) ==
/packages/apps/TV/src/com/android/tv/ui/
H A DTvViewUiManager.java130 FrameLayout contentView, TvOptionsManager tvOptionManager) {
134 mContentView = contentView;
129 TvViewUiManager(Context context, TunableTvView tvView, FrameLayout contentView, TvOptionsManager tvOptionManager) argument
/packages/apps/Settings/src/com/android/settings/
H A DTrustedCredentialsSettings.java118 private Tab(String tag, int label, int view, int progress, int contentView, boolean withSwitch) { argument
123 mContentView = contentView;
277 final ViewGroup contentView = (ViewGroup) mTabHost.findViewById(tab.mContentView);
278 contentView.getLayoutTransition().enableTransitionType(LayoutTransition.CHANGING);
286 .inflate(R.layout.trusted_credential_list_container, contentView, false);
293 contentView.addView(containerView);
295 contentView.addView(containerView, 0);

Completed in 241 milliseconds