HomeSort by relevance Sort by last modified time
    Searched full:customviews (Results 1 - 13 of 13) sorted by null

  /frameworks/base/docs/downloads/training/
CustomView.zip 
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidPackageRenameParticipantTest.java 99 "[x] customviews.xml - /testRefactor2/res/layout/customviews.xml\n" +
111 "[x] customviews.xml - /testRefactor2/res/layout-land/customviews.xml\n" +
145 "[x] customviews.xml - /testRefactor2_renamesub/res/layout/customviews.xml\n" +
157 "[x] customviews.xml - /testRefactor2_renamesub/res/layout-land/customviews.xml\n" +
172 "[x] customviews.xml - /testRefactor2_renamesub/res/layout/customviews.xml\n"
    [all...]
RefactoringTestBase.java 672 "res/layout/customviews.xml",
675 "res/layout-land/customviews.xml",
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeMoveParticipantTest.java 53 "[x] customviews.xml - /testRefactor1/res/layout/customviews.xml\n" +
59 "[x] customviews.xml - /testRefactor1/res/layout-land/customviews.xml\n" +
AndroidTypeRenameParticipantTest.java 105 "[x] customviews.xml - /testRefactor2/res/layout/customviews.xml\n" +
111 "[x] customviews.xml - /testRefactor2/res/layout-land/customviews.xml\n" +
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewWizard.java 131 List<String> customViews = result.getFirst();
133 if (customViews.size() > 0) {
134 for (String view : customViews) {
WrapInWizard.java 181 List<String> customViews = result.getFirst();
183 if (customViews.size() > 0) {
184 for (String view : customViews) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CustomViewFinder.java 195 final Set<String> customViews = new HashSet<String>();
240 customViews.add(fqn);
270 List<String> custom = new ArrayList<String>(customViews);
357 void viewsUpdated(Collection<String> customViews, Collection<String> thirdPartyViews);
379 Collection<String> customViews =
385 l.viewsUpdated(customViews, thirdPartyViews);
GraphicalEditorPart.java     [all...]
PaletteControl.java     [all...]
  /frameworks/base/docs/html/training/custom-views/
create-view.jd 139 xmlns:custom="http://schemas.android.com/apk/res/com.example.customviews">
140 &lt;com.example.customviews.charting.PieChart
149 http://schemas.android.com/apk/res/com.example.customviews}. You can choose any alias
158 use the tag {@code com.example.customviews.charting.PieChart$PieView}.</p>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutContentAssist.java 140 CustomViewDescriptorService customViews = CustomViewDescriptorService.getInstance();
142 ViewElementDescriptor descriptor = customViews.getDescriptor(project, fqcn);
  /prebuilts/devtools/tools/lib/
lint-checks.jar 

Completed in 591 milliseconds