Searched refs:container (Results 176 - 200 of 374) sorted by relevance

1234567891011>>

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DListViewAddRemove.java50 final LinearLayout container = findViewById(R.id.container);
60 final ViewTreeObserver observer = container.getViewTreeObserver();
H A DLoginActivity.java43 View container = findViewById(R.id.container);
44 mSceneRoot = (ViewGroup) container.getParent();
H A DListViewAddRemoveNoTransition.java42 final LinearLayout container = (LinearLayout) findViewById(R.id.container);
/frameworks/support/v17/preference-leanback/src/android/support/v17/preference/
H A DLeanbackSettingsFragment.java40 * This fragment provides a container for displaying a {@link LeanbackPreferenceFragment}
66 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
68 final View v = inflater.inflate(R.layout.leanback_settings_fragment, container, false);
199 public @Nullable View onCreateView(LayoutInflater inflater, ViewGroup container, argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DPowerNotificationControlsFragment.java42 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
44 return inflater.inflate(R.layout.power_notification_controls_settings, container, false);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java106 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
108 View v = inflater.inflate(R.layout.hello_world, container, false);
H A DFragmentCustomAnimationSupport.java120 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
122 View v = inflater.inflate(R.layout.hello_world, container, false);
H A DFragmentRetainInstanceSupport.java59 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
61 View v = inflater.inflate(R.layout.fragment_retain_instance, container, false);
H A DFragmentStackFragmentSupport.java49 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
51 View v = inflater.inflate(R.layout.fragment_stack, container, false);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DDialogFragmentUsage.java104 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, argument
108 return inflater.inflate(contentView, container, false);
/frameworks/support/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetModalBase.java80 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, argument
82 return inflater.inflate(R.layout.design_bottom_sheet_recyclerview, container, false);
H A DBottomSheetWithFragment.java68 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, argument
70 return inflater.inflate(R.layout.design_bottom_sheet_fragment, container, false);
/frameworks/support/frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
H A DListFragment.java46 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
48 final View view = inflater.inflate(R.layout.fragment_list, container, false);
H A DMainFragment.java59 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
61 final View view = inflater.inflate(R.layout.fragment_main, container, false);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentArgumentsSupport.java106 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
108 View v = inflater.inflate(R.layout.hello_world, container, false);
H A DFragmentCustomAnimationSupport.java120 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
122 View v = inflater.inflate(R.layout.hello_world, container, false);
H A DFragmentRetainInstanceSupport.java59 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
61 View v = inflater.inflate(R.layout.fragment_retain_instance, container, false);
H A DFragmentStackFragmentSupport.java49 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
51 View v = inflater.inflate(R.layout.fragment_stack, container, false);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DDialogFragmentUsage.java104 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, argument
108 return inflater.inflate(contentView, container, false);
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/
H A DBottomSheetModalBase.java80 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, argument
82 return inflater.inflate(R.layout.design_bottom_sheet_recyclerview, container, false);
H A DBottomSheetWithFragment.java68 public View onCreateView(LayoutInflater inflater, @Nullable ViewGroup container, argument
70 return inflater.inflate(R.layout.design_bottom_sheet_fragment, container, false);
/frameworks/support/samples/SupportEmojiDemos/src/com/example/android/support/text/emoji/
H A DListFragment.java46 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
48 final View view = inflater.inflate(R.layout.fragment_list, container, false);
H A DMainFragment.java59 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
61 final View view = inflater.inflate(R.layout.fragment_main, container, false);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DVideoFragment.java39 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
40 ViewGroup root = (ViewGroup) super.onCreateView(inflater, container, savedInstanceState);
38 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
H A DVideoSupportFragment.java42 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
43 ViewGroup root = (ViewGroup) super.onCreateView(inflater, container, savedInstanceState);
41 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument

Completed in 1862 milliseconds

1234567891011>>