OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:layout
(Results
2676 - 2700
of
4661
) sorted by null
<<
101
102
103
104
105
106
107
108
109
110
>>
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
CAInstallNotificationVerifierActivity.java
88
View view = mInflater.inflate(R.
layout
.cainstallnotify_main, null);
143
View item = mInflater.inflate(R.
layout
.cainstallnotify_item, mItemList, false);
/cts/tests/app/src/android/app/cts/
ExpandableListTestActivity.java
70
R.
layout
.simple_expandable_list_item_1,
72
R.
layout
.simple_expandable_list_item_2,
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ExactCanvasTests.java
212
.addLayout(R.
layout
.blue_padded_square, null)
218
createTest().addLayout(R.
layout
.simple_red_layout, new ViewInitializer() {
/cts/tests/tests/widget/src/android/widget/cts/
MultiAutoCompleteTextViewTest.java
65
.getXml(R.
layout
.multi_auto_complete_text_view_layout);
163
R.
layout
.simple_dropdown_item_1line);
SimpleCursorTreeAdapterTest.java
39
private static final int GROUP_LAYOUT = R.
layout
.cursoradapter_group0;
41
private static final int CHILD_LAYOUT = R.
layout
.cursoradapter_item0;
/developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
157
android.R.
layout
.simple_list_item_activated_2, //
Layout
for individual rows
160
TO_FIELDS, //
Layout
fields to use
309
refreshItem.setActionView(R.
layout
.actionbar_indeterminate_progress);
/developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
92
R.
layout
.actionbar_indeterminate_progress);
227
view = mInflator.inflate(R.
layout
.listitem_device, null);
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java
165
View v = inflater.inflate(R.
layout
.tinting_fragment, null);
191
R.array.blend_modes, android.R.
layout
.simple_spinner_dropdown_item);
/developers/build/prebuilts/gradle/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
NavigationDrawerActivity.java
81
setContentView(R.
layout
.activity_navigation_drawer);
234
View rootView = inflater.inflate(R.
layout
.fragment_planet, container, false);
/developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
MainActivity.java
58
// Set activity_main.xml to be the
layout
for this activity
59
setContentView(R.
layout
.activity_main);
65
// Find the {@link GridView} that was already defined in the XML
layout
191
result = mInflater.inflate(R.
layout
.grid_item, parent, false);
/developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
DeviceScanActivity.java
92
R.
layout
.actionbar_indeterminate_progress);
227
view = mInflator.inflate(R.
layout
.listitem_device, null);
/developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/
EntryListFragment.java
157
android.R.
layout
.simple_list_item_activated_2, //
Layout
for individual rows
160
TO_FIELDS, //
Layout
fields to use
309
refreshItem.setActionView(R.
layout
.actionbar_indeterminate_progress);
/developers/samples/android/ui/DrawableTinting/Application/src/main/java/com/example/android/drawabletinting/
DrawableTintingFragment.java
165
View v = inflater.inflate(R.
layout
.tinting_fragment, null);
191
R.array.blend_modes, android.R.
layout
.simple_spinner_dropdown_item);
/developers/samples/android/ui/views/NavigationDrawer/Application/src/main/java/com/example/android/navigationdrawer/
NavigationDrawerActivity.java
81
setContentView(R.
layout
.activity_navigation_drawer);
234
View rootView = inflater.inflate(R.
layout
.fragment_planet, container, false);
/developers/samples/android/wearable/wear/Timer/Wearable/src/main/java/com/example/android/timer/
SetTimerActivity.java
70
setContentView(R.
layout
.timer_set_timer);
201
mInflater.inflate(R.
layout
.timer_list_item, null));
/development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationWithMediaRouterActivity.java
89
// See assets/res/any/
layout
/presentation_with_media_router_activity.xml for this
90
// view
layout
definition, which is being set here as
92
setContentView(R.
layout
.presentation_with_media_router_activity);
277
// Inflate the
layout
.
278
setContentView(R.
layout
.presentation_with_media_router_content);
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java
237
child.
layout
((width - scaledChildWidth) / 2, 0,
241
child.
layout
(0, (height - scaledChildHeight) / 2,
/development/samples/ApiDemos/src/com/example/android/apis/media/projection/
MediaProjectionDemo.java
71
setContentView(R.
layout
.media_projection);
83
this, android.R.
layout
.simple_list_item_1, RESOLUTIONS);
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java
254
child.
layout
((width - scaledChildWidth) / 2, 0,
259
child.
layout
(0, (height - scaledChildHeight) / 2, width,
/development/samples/SipDemo/src/com/example/android/sip/
WalkieTalkieActivity.java
60
setContentView(R.
layout
.walkietalkie);
312
final View textBoxView = factory.inflate(R.
layout
.call_address_dialog, null);
/development/samples/Support7Demos/src/com/example/android/supportv7/graphics/
PaletteDetailActivity.java
60
setContentView(R.
layout
.palette_activity_detail);
165
view = getLayoutInflater().inflate(R.
layout
.palette_grid_item, parent, false);
/development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java
88
setContentView(R.
layout
.lookup);
197
View messageView = getLayoutInflater().inflate(R.
layout
.about, null, false);
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/
EntryListFragment.java
157
android.R.
layout
.simple_list_item_activated_2, //
Layout
for individual rows
160
TO_FIELDS, //
Layout
fields to use
309
refreshItem.setActionView(R.
layout
.actionbar_indeterminate_progress);
/development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
DeviceScanActivity.java
92
R.
layout
.actionbar_indeterminate_progress);
227
view = mInflator.inflate(R.
layout
.listitem_device, null);
/development/samples/browseable/DrawableTinting/src/com.example.android.drawabletinting/
DrawableTintingFragment.java
165
View v = inflater.inflate(R.
layout
.tinting_fragment, null);
191
R.array.blend_modes, android.R.
layout
.simple_spinner_dropdown_item);
Completed in 4765 milliseconds
<<
101
102
103
104
105
106
107
108
109
110
>>