HomeSort by relevance Sort by last modified time
    Searched refs:layout (Results 3326 - 3350 of 4661) sorted by null

<<131132133134135136137138139140>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 70 setContentView(R.layout.da_policy_main);
213 super(context, android.R.layout.simple_list_item_1);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
ByodFlowTestActivity.java 85 setContentView(R.layout.provisioning_byod);
358 super(context, android.R.layout.simple_list_item_1);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 88 setContentView(R.layout.nfc_tag);
99 mTechListAdapter = new ArrayAdapter<String>(this, android.R.layout.simple_list_item_1);
  /cts/tests/tests/widget/src/android/widget/cts/
GalleryTest.java 85 XmlPullParser parser = getActivity().getResources().getXml(R.layout.gallery_test);
169 XmlPullParser parser = getActivity().getResources().getXml(R.layout.gallery_test);
RelativeLayoutTest.java 66 XmlPullParser parser = mActivity.getResources().getXml(R.layout.relative_layout);
265 XmlResourceParser parser = mActivity.getResources().getLayout(R.layout.relative_layout);
TabHostTest.java 79 activity.setContentView(R.layout.tabhost_layout);
112 activity.setContentView(R.layout.tabhost_layout);
  /development/apps/CustomLocale/src/com/android/customlocale2/
CustomLocaleActivity.java 83 setContentView(R.layout.main);
248 android.R.layout.simple_list_item_single_choice,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlertDialogSamples.java 53 * <td >/res/any/layout/alert_dialog.xml</td>
307 // This example shows how to add a custom layout to an AlertDialog
309 final View textEntryView = factory.inflate(R.layout.alert_dialog_text_entry, null);
339 setContentView(R.layout.alert_dialog);
LoaderCustom.java 370 super(context, android.R.layout.simple_list_item_2);
388 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false);
PrintCustomContent.java 66 * <li>Layout based on the selected print options is performed.</li>
67 * <li>Layout work is performed only if print options change would change the content.</li>
68 * <li>Layout result is properly reported.</li>
71 * <li>Both Layout and write respond to cancellation.</li>
72 * <li>Layout and render of views is demonstrated.</li>
133 // would change the layout and if so we will do a layout pass.
142 // The recommended way is to layout the content in the desired size,
187 // If no layout is needed that we did a layout at least once an
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java 75 * Used by the {@code ListView} in our layout to list the keys available in
123 setContentView(R.layout.keystore_usage);
228 // We want users to choose a key, so use the appropriate layout.
229 super(context, android.R.layout.simple_list_item_single_choice);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 372 super(context, android.R.layout.simple_list_item_2);
392 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false);
  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertionListView.java 190 * all of them into their post layout positions from their original positions.*/
292 * screen before (but not after) the layout are drawn and animated off the screen.
350 public void setLayout(RelativeLayout layout) {
351 mLayout = layout;
  /external/chromium_org/chrome/browser/resources/options/
cookies_view.css 186 table-layout: fixed;
  /external/chromium_org/chrome/browser/resources/
policy_android.css 122 table-layout: fixed;
  /external/chromium_org/chrome/renderer/resources/
neterror.js 24 // Subframes use a different layout but the same html file. This is to make it
  /external/chromium_org/content/test/data/indexeddb/
common.js 79 // so that the tests will look similar to the existing layout tests.
  /external/chromium_org/media/ffmpeg/
ffmpeg_common.cc 453 ChannelLayout ChannelLayoutToChromeChannelLayout(int64_t layout, int channels) {
454 switch (layout) {
512 // FFmpeg channel_layout is 0 for .wav and .mp3. Attempt to guess layout
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
Chromoting.java 152 setContentView(R.layout.main);
417 ArrayAdapter<HostInfo> displayer = new HostListAdapter(this, R.layout.host, mHosts);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFlowThread.cpp 127 void RenderFlowThread::layout() function in class:WebCore::RenderFlowThread
132 RenderBlockFlow::layout();
168 ForceHorriblySlowRectMapping slowRectMapping(*this); // We can't use layout state to repaint, since the regions are somewhere else.
474 // If it's the current box being laid out, use the layout state.
RenderListItem.cpp 277 // during layout. crbug.com/370461
322 void RenderListItem::layout() function in class:WebCore::RenderListItem
336 RenderBlockFlow::layout();
364 // FIXME: Need to account for relative positioning in the layout overflow.
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/styles/
results.css 82 table-layout: fixed;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_video_buffer.c 141 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED)
319 if (desc->layout == UTIL_FORMAT_LAYOUT_SUBSAMPLED)
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 6 """Generate keyboard layout and hotkey data for the keyboard overlay.
8 This script fetches data from the keyboard layout and hotkey data spreadsheet,
357 for layout_name, layout in layouts.items():
359 for row in layout:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 2204 milliseconds

<<131132133134135136137138139140>>