Searched refs:container (Results 1 - 25 of 387) sorted by relevance

1234567891011>>

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
H A DCallLogAlertManager.java34 private final ViewGroup container; field in class:CallLogAlertManager
41 container = (ViewGroup) view.findViewById(R.id.container);
46 return inflater.inflate(layoutId, container, false);
57 return container.getChildCount() == 0;
61 return container.indexOfChild(view) != -1;
66 container.removeAllViews();
75 container.addView(view);
76 if (container.getChildCount() == 1) {
H A DCallLogModalAlertManager.java37 private final ViewGroup container; field in class:CallLogModalAlertManager
44 container = (ViewGroup) parent.findViewById(R.id.modal_message_container);
57 container.addView(view);
63 container.removeAllViews();
68 return container.getChildCount() == 0;
72 return container.indexOfChild(view) != -1;
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DPagerViewHolder.java28 * @return the destroyed View so that the adapter may remove it from the container, or
33 View getView(ViewGroup container); argument
/packages/services/Car/tests/DirectRenderingClusterSample/src/android/car/cluster/sample/
H A DCarInfoFragment.java38 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
41 return inflater.inflate(R.layout.fragment_car_info, container, false);
H A DMusicFragment.java34 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
37 return inflater.inflate(R.layout.fragment_music, container, false);
H A DPhoneFragment.java36 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
39 return inflater.inflate(R.layout.fragment_phone, container, false);
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DViewsStateBundle.java115 SparseArray<Parcelable> container = childStates.getSparseParcelableArray(key);
116 if (container != null) {
117 view.restoreHierarchyState(container);
129 SparseArray<Parcelable> container = new SparseArray<Parcelable>();
130 view.saveHierarchyState(container);
131 childStates.putSparseParcelableArray(key, container);
/packages/apps/Dialer/java/com/android/dialer/contactactions/
H A DContactActionBottomSheet.java66 LinearLayout container = Assert.isNotNull(findViewById(R.id.action_container));
67 container.addView(getContactView(container));
71 container.addView(getDividerView(container));
73 container.addView(getModuleView(container, module));
79 private View getContactView(ViewGroup container) { argument
81 View contactView = inflater.inflate(R.layout.contact_layout, container, false);
114 private View getDividerView(ViewGroup container) { argument
119 getModuleView(ViewGroup container, ContactActionModule module) argument
[all...]
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DCallLogViewHolder.java26 public ViewGroup container; field in class:CallLogViewHolder
38 container = (ViewGroup) v.findViewById(R.id.container);
/packages/apps/Car/Radio/src/com/android/car/radio/
H A DRadioDisplayController.java55 public void initialize(View container) { argument
58 mChannelBand = container.findViewById(R.id.radio_station_band);
59 mChannelNumber = container.findViewById(R.id.radio_station_channel);
61 mCurrentSongTitle = container.findViewById(R.id.radio_station_song);
62 mCurrentSongArtistOrStation = container.findViewById(R.id.radio_station_artist_or_station);
64 mBackwardSeekButton = container.findViewById(R.id.radio_back_button);
65 mForwardSeekButton = container.findViewById(R.id.radio_forward_button);
67 mPlayButton = container.findViewById(R.id.radio_play_button);
68 mPresetPlayButton = container.findViewById(R.id.preset_radio_play_button);
70 mPresetsListButton = container
78 setSingleChannelDisplay(View container) argument
94 setChannelListDisplay(View container, PrescannedRadioStationAdapter adapter) argument
[all...]
/packages/apps/Dialer/java/com/android/dialer/main/impl/
H A DStubFragment.java32 LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) {
33 return inflater.inflate(R.layout.stub_fragment, container, false);
31 onCreateView( LayoutInflater inflater, @Nullable ViewGroup container, @Nullable Bundle savedInstanceState) argument
/packages/apps/Dialer/java/com/android/dialer/speeddial/
H A DSpeedDialFragment.java36 LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
37 return inflater.inflate(R.layout.fragment_speed_dial, container, false);
35 onCreateView( LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) argument
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/touch/
H A DTouchTestFragment.java30 public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle bundle) { argument
31 View view = inflater.inflate(R.layout.touch_points, container, false);
/packages/apps/Dialer/java/com/android/incallui/answer/impl/hint/
H A DAnswerHint.java28 * Inflates the hint's layout into the container.
33 void onCreateView(LayoutInflater inflater, ViewGroup container, View puck, TextView hintText); argument
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DControl.java25 public void setUp(ViewGroup container, Parameter parameter, Editor editor); argument
/packages/apps/Dialer/java/com/android/dialer/contactsfragment/
H A DFastScroller.java37 private TextView container; field in class:FastScroller
51 container = findViewById(R.id.fast_scroller_container);
71 container.setVisibility(VISIBLE);
81 container.setVisibility(INVISIBLE);
93 container.setText(adapter.getHeaderString(targetPos));
123 int containerHeight = container.getHeight();
126 container.setY(
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/adapter/
H A DMtpPagerAdapter.java77 public void finishUpdate(ViewGroup container) { argument
79 super.finishUpdate(container);
88 public void destroyItem(ViewGroup container, int position, Object object) { argument
90 container.removeView(v);
96 public Object instantiateItem(ViewGroup container, int position) { argument
102 v = (MtpFullscreenView) mInflater.inflate(R.layout.ingest_fullsize, container, false);
107 container.addView(v);
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DModelWriter.java63 ItemInfo item, long container, long screenId, int cellX, int cellY) {
64 item.container = container;
69 if (container == Favorites.CONTAINER_HOTSEAT) {
79 * <container, screen, cellX, cellY>
82 long container, long screenId, int cellX, int cellY) {
83 if (item.container == ItemInfo.NO_ID) {
85 addItemToDatabase(item, container, screenId, cellX, cellY);
88 moveItemInDatabase(item, container, screenId, cellX, cellY);
103 modelShortcut.container
62 updateItemInfoProps( ItemInfo item, long container, long screenId, int cellX, int cellY) argument
81 addOrMoveItemInDatabase(ItemInfo item, long container, long screenId, int cellX, int cellY) argument
132 moveItemInDatabase(final ItemInfo item, long container, long screenId, int cellX, int cellY) argument
150 moveItemsInDatabase(final ArrayList<ItemInfo> items, long container, int screen) argument
173 modifyItemInDatabase(final ItemInfo item, long container, long screenId, int cellX, int cellY, int spanX, int spanY) argument
204 addItemToDatabase(final ItemInfo item, long container, long screenId, int cellX, int cellY) argument
[all...]
/packages/apps/Dialer/java/com/android/dialer/calldetails/
H A DCallDetailsEntryViewHolder.java65 public CallDetailsEntryViewHolder(View container) { argument
66 super(container);
67 context = container.getContext();
69 callTypeIcon = (CallTypeIconsView) container.findViewById(R.id.call_direction);
70 callTypeText = (TextView) container.findViewById(R.id.call_type);
71 callTime = (TextView) container.findViewById(R.id.call_time);
72 callDuration = (TextView) container.findViewById(R.id.call_duration);
74 multimediaImageContainer = container.findViewById(R.id.multimedia_image_container);
75 multimediaDetailsContainer = container.findViewById(R.id.ec_container);
76 multimediaDivider = container
[all...]
H A DCallDetailsHeaderViewHolder.java51 CallDetailsHeaderViewHolder(View container) { argument
52 super(container);
53 context = container.getContext();
54 callBackButton = container.findViewById(R.id.call_back_button);
55 nameView = container.findViewById(R.id.contact_name);
56 numberView = container.findViewById(R.id.phone_number);
57 networkView = container.findViewById(R.id.network);
58 contactPhoto = container.findViewById(R.id.quick_contact_photo);
/packages/apps/Launcher3/src/com/android/launcher3/keyboard/
H A DFocusedItemDecorator.java34 public FocusedItemDecorator(View container) { argument
35 mHelper = new FocusIndicatorHelper(container) {
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/preprovisioning/terms/
H A DTermsActivity.java80 ExpandableListView container = (ExpandableListView) findViewById(R.id.terms_container);
81 container.setAdapter(
89 container::isGroupExpanded));
90 container.expandGroup(0); // expand the 'General' section
94 if (container.isGroupExpanded(i)) mExpandedGroupsPosition.add(i);
98 container.setOnGroupExpandListener((int groupPosition) -> {
101 if (i != groupPosition && container.isGroupExpanded(i)) {
102 container.collapseGroup(i);
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DDvrStopSeriesRecordingDialogFragment.java35 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument
37 View view = inflater.inflate(R.layout.halfsized_dialog, container, false);
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DRecordUtils.java78 // Build a container to hold the multiple entries
79 LinearLayout container = new LinearLayout(activity);
80 container.setOrientation(LinearLayout.VERTICAL);
81 container.setLayoutParams(new LayoutParams(
90 if (container.getChildCount() > 0) {
91 inflater.inflate(R.layout.tag_divider, container);
95 container.addView(buildActivityView(activity, resolveInfo, pm, inflater, container,
98 return container;
/packages/apps/Contacts/src/com/android/contacts/test/
H A DEmptyFragment.java31 public View onCreateView(LayoutInflater inflater, ViewGroup container, argument

Completed in 2121 milliseconds

1234567891011>>