HomeSort by relevance Sort by last modified time
    Searched full:relativelayout (Results 201 - 225 of 501) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadItem.java 24 import android.widget.RelativeLayout;
27 * This class customizes RelativeLayout to directly handle clicks on the left part of the view and
32 public class DownloadItem extends RelativeLayout implements Checkable {
  /packages/apps/Phone/res/layout/
otacall_card.xml 149 <RelativeLayout android:id="@+id/callCardOtaActivate"
163 </RelativeLayout>
166 <RelativeLayout android:id="@+id/callCardOtaListenProgress"
176 </RelativeLayout>
179 <RelativeLayout android:id="@+id/callCardOtaFailOrSuccessful"
194 </RelativeLayout>
  /packages/apps/QuickSearchBox/res/layout-xlarge/
search_activity.xml 47 <RelativeLayout
176 </RelativeLayout>
180 <RelativeLayout
213 <RelativeLayout
224 </RelativeLayout>
226 </RelativeLayout>
  /packages/apps/Settings/res/layout-sw600dp/
wifi_settings_for_setup_wizard_xl.xml 17 <RelativeLayout
86 <RelativeLayout
135 </RelativeLayout>
188 <RelativeLayout
229 </RelativeLayout>
238 </RelativeLayout>
  /packages/apps/Settings/res/layout-sw600dp-land/
wifi_settings_for_setup_wizard_xl.xml 17 <RelativeLayout
86 <RelativeLayout
135 </RelativeLayout>
180 <RelativeLayout
227 </RelativeLayout>
228 </RelativeLayout>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/
ExplodeRenderingHelperTest.java 37 mLayoutNames.add("RelativeLayout");
84 * RelativeLayout:
105 * RelativeLayout:
138 * RelativeLayout:
169 * RelativeLayout:
252 MockXmlNode layout = new MockXmlNode(null, "RelativeLayout", Node.ELEMENT_NODE, children);
UiElementPullParserTest.java 81 ElementDescriptor relativeDescriptor = new ElementDescriptor("RelativeLayout",
105 * <RelativeLayout android:orientation="toto">
108 * </RelativeLayout>
142 MockXmlNode relative = new MockXmlNode(null /* namespace */, "RelativeLayout",
201 assertEquals("RelativeLayout", parser.getName());
226 // end of RelativeLayout
  /cts/apps/CtsVerifier/res/layout/
snsr_gyro.xml 16 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
62 </RelativeLayout
  /cts/tests/res/layout/
animation_layout.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
66 </RelativeLayout>
using_views_layout.xml 18 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
76 </RelativeLayout>
  /development/apps/BuildWidget/res/layout/
widget.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
77 </RelativeLayout>
  /development/samples/ApiDemos/res/layout/
focus_3.xml 20 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
57 </RelativeLayout>
relative_layout_2.xml 19 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
77 </RelativeLayout>
  /development/samples/MySampleRss/res/layout/
add_item.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
58 </RelativeLayout>
  /development/samples/Obb/res/layout/
obb_mount_activity.xml 24 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
52 </RelativeLayout>
  /development/samples/Wiktionary/res/layout/
widget_word.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
79 </RelativeLayout>
  /development/samples/WiktionarySimple/res/layout/
widget_word.xml 17 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
79 </RelativeLayout>
  /frameworks/base/core/java/android/widget/
TwoLineListItem.java 27 import android.widget.RelativeLayout;
44 public class TwoLineListItem extends RelativeLayout {
  /frameworks/base/core/res/res/layout/
list_menu_item_layout.xml 24 <RelativeLayout
55 </RelativeLayout>
permissions_account_and_authtokentype.xml 22 <RelativeLayout
67 </RelativeLayout>
popup_menu_item_layout.xml 26 <RelativeLayout
56 </RelativeLayout>
preference.xml 35 <RelativeLayout
61 </RelativeLayout>
preference_child.xml 40 <RelativeLayout
65 </RelativeLayout>
preference_child_holo.xml 40 <RelativeLayout
65 </RelativeLayout>
preference_header_item.xml 34 <RelativeLayout
60 </RelativeLayout>

Completed in 912 milliseconds

1 2 3 4 5 6 7 891011>>