Home
last modified time | relevance | path

Searched refs:inflate (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/development/apps/Development/src/com/android/development/
DPackageSummary.java158 final LayoutInflater inflate = in onCreate() local
175 Button view = (Button)inflate.inflate( in onCreate()
192 Button view = (Button)inflate.inflate( in onCreate()
206 Button view = (Button)inflate.inflate( in onCreate()
219 Button view = (Button)inflate.inflate( in onCreate()
232 Button view = (Button)inflate.inflate( in onCreate()
/development/samples/browseable/DoneBar/src/com.example.android.donebar/
DDoneButtonActivity.java39 final View customActionBarView = inflater.inflate( in onCreate()
66 getMenuInflater().inflate(R.menu.cancel, menu); in onCreateOptionsMenu()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList9.java71 LayoutInflater inflate = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE); in onCreate() local
73 mDialogText = (TextView) inflate.inflate(R.layout.list_position, null); in onCreate()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DActionBarSettingsActionProviderActivity.java47 getMenuInflater().inflate(R.menu.action_bar_settings_action_provider, menu); in onCreateOptionsMenu()
89 View view = layoutInflater.inflate(R.layout.action_bar_settings_action_provider, null); in onCreateActionView()
/development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
DLayoutChangesActivity.java56 getMenuInflater().inflate(R.menu.activity_layout_changes, menu); in onCreateOptionsMenu()
81 final ViewGroup newView = (ViewGroup) LayoutInflater.from(this).inflate( in addItem()
DCardFlipActivity.java174 return inflater.inflate(R.layout.fragment_card_front, container, false); in onCreateView()
188 return inflater.inflate(R.layout.fragment_card_back, container, false); in onCreateView()
/development/samples/AdaptiveIconSample/src/com/example/android/maskableicon/
DActivity3.java27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null); in onCreate()
DActivity2.java27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null); in onCreate()
DActivity1.java27 View view = getLayoutInflater().inflate(R.layout.empty_activity, null); in onCreate()
/development/apps/SettingInjectorSample/src/com/example/android/injector/
DMySettingActivity.java37 View view = getLayoutInflater().inflate(R.layout.my_setting_activity, null); in onCreate()
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/camera/
DCameraPreviewFragment.java75 return inflater.inflate(R.layout.fragment_camera_unavailable, null); in onCreateView()
78 View root = inflater.inflate(R.layout.fragment_camera, null); in onCreateView()
/development/samples/browseable/SlidingTabsBasic/src/com.example.android.slidingtabsbasic/
DSlidingTabsBasicFragment.java58 return inflater.inflate(R.layout.fragment_sample, container, false); in onCreateView()
134 View view = getActivity().getLayoutInflater().inflate(R.layout.pager_item, in instantiateItem()
/development/samples/HelloActivity/src/com/example/android/helloactivity/
DHelloActivity.java38 View view = getLayoutInflater().inflate(R.layout.hello_activity, null); in onCreate()
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/
DMainActivity.java76 getMenuInflater().inflate(R.menu.main_menu, menu); in onCreateOptionsMenu()
129 .inflate(R.layout.item_text, container, false);
141 .inflate(R.layout.item_image, container, false);
/development/samples/browseable/AutoBackupForApps/src/com.example.android.autobackupsample/
DMainActivityFragment.java59 return inflater.inflate(R.layout.fragment_main, container, false); in onCreateView()
74 inflater.inflate(R.menu.menu_main, menu); in onCreateOptionsMenu()
108 View itemView = inflater.inflate(R.layout.file_list_item, parent, false); in onResume()
/development/samples/browseable/GridViewPager/src/com.example.android.wearable.gridviewpager/
DCustomFragment.java30 return inflater.inflate(R.layout.custom_fragment, container, false); in onCreateView()
/development/samples/browseable/Flashlight/src/com.example.android.wearable.flashlight/
DMainActivity.java101 return inflater.inflate(R.layout.white_light, container, false); in onCreateView()
112 mView = (PartyLightView) inflater.inflate(R.layout.party_light, container, false); in onCreateView()
/development/samples/browseable/BorderlessButtons/src/com.example.android.borderlessbuttons/
DMainActivity.java82 convertView = getLayoutInflater().inflate(R.layout.list_item, container, false);
114 getMenuInflater().inflate(R.menu.main, menu); in onCreateOptionsMenu()
/development/samples/browseable/DeviceOwner/src/com.example.android.deviceowner/
DInstructionFragment.java42 return inflater.inflate(R.layout.fragment_instruction, container, false); in onCreateView()
/development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/fragments/
DDiscoveryFragment.java37 return inflater.inflate(R.layout.discovery_fragment, container, false); in onCreateView()
DDataFragment.java45 View view = inflater.inflate(R.layout.data_fragment, container, false); in onCreateView()
79 convertView = inflater.inflate(android.R.layout.two_line_list_item, null); in getView()
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/
DImageFragment.java31 View view = inflater.inflate(R.layout.image_fragment, container, false); in onCreateView()
/development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
DWiFiDirectServicesList.java33 return inflater.inflate(R.layout.devices_list, container, false); in onCreateView()
70 v = vi.inflate(android.R.layout.simple_list_item_2, null); in getView()
DWiFiChatFragment.java34 view = inflater.inflate(R.layout.fragment_chat, container, false); in onCreateView()
87 v = vi.inflate(android.R.layout.simple_list_item_1, null); in getView()
/development/samples/browseable/RuntimePermissions/src/com.example.android.system.runtimepermissions/
DRuntimePermissionsFragment.java33 View root = inflater.inflate(R.layout.fragment_main, null); in onCreateView()

12345678910>>...13