Home
last modified time | relevance | path

Searched defs:layout (Results 1 – 23 of 23) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DDensityActivity.java55 LinearLayout layout = new LinearLayout(this); in onCreate() local
129 private void addChildToRoot(LinearLayout root, LinearLayout layout) { in addChildToRoot()
134 private void addBitmapDrawable(LinearLayout layout, int resource, boolean scale) { in addBitmapDrawable()
149 private void addResourceDrawable(LinearLayout layout, int resource) { in addResourceDrawable()
160 private void addCanvasBitmap(LinearLayout layout, int resource, boolean scale) { in addCanvasBitmap()
171 private void addNinePatchResourceDrawable(LinearLayout layout, int resource) { in addNinePatchResourceDrawable()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DScrollView2.java37 LinearLayout layout = (LinearLayout) findViewById(R.id.layout); in onCreate() local
DInternalSelectionFocus.java46 final LinearLayout layout = new LinearLayout(this); in onCreate() local
/development/samples/training/basic/FragmentBasics/src/com/example/fragments/
DHeadlinesFragment.java39 int layout = Build.VERSION.SDK_INT >= Build.VERSION_CODES.HONEYCOMB ? in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DMenuInflateFromXml.java79 LinearLayout layout = new LinearLayout(this); in onCreate() local
DQuickContactsDemo.java71 public ContactListItemAdapter(Context context, int layout, Cursor c) { in ContactListItemAdapter()
/development/samples/ApiDemos/src/com/example/android/apis/preference/
DLaunchingPreferences.java54 LinearLayout layout = new LinearLayout(this); in onCreate() local
/development/samples/WeatherListWidget/src/com/example/android/weatherlistwidget/
DWeatherWidgetProvider.java210 RemoteViews layout = buildLayout(context, appWidgetIds[i], mIsLargeLayout); in onUpdate() local
225 RemoteViews layout; in onAppWidgetOptionsChanged() local
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DMyRssReader4.java173 public RssCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to){ in RssCursorAdapter()
DMyRssReader5.java217 public RssCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in RssCursorAdapter()
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DInsertionListView.java350 public void setLayout(RelativeLayout layout) { in setLayout()
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
DMainActivity.java272 RemoteViews layout = new RemoteViews(getPackageName(), R.layout.notification); in showNotification() local
/development/samples/browseable/AdapterTransition/src/com.example.android.adaptertransition/
DAdapterTransitionFragment.java253 FrameLayout layout = new FrameLayout(getActivity()); in copyVisibleViews() local
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
DContactDetailFragment.java390 final LinearLayout layout = buildAddressLayout( in onLoadFinished() local
/development/ndk/platforms/android-L/include/linux/raid/
Dmd_p.h124 __u32 layout; member
147 __le32 layout; member
Dmd_u.h81 int layout; member
/development/ndk/platforms/android-3/include/linux/raid/
Dmd_u.h67 int layout; member
Dmd_p.h112 __u32 layout; member
Dmd_k.h89 int level, layout; member
/development/apps/GestureBuilder/src/com/android/gesture/builder/
DGestureBuilderActivity.java241 final View layout = View.inflate(this, R.layout.dialog_rename, null); in createRenameDialog() local
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java626 int layout = a.getResourceId(R.styleable.CursorAdapter_layout, 0); in parse() local
911 XmlCursorAdapter(Context context, int layout, String uri, String[] from, int[] to, in XmlCursorAdapter()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java434 public Builder setLayout(int layout) { in setLayout()
/development/ndk/platforms/android-3/include/linux/mtd/
Dnand.h148 struct nand_ecclayout *layout; member