HomeSort by relevance Sort by last modified time
    Searched full:notepad (Results 26 - 50 of 77) sorted by null

12 3 4

  /frameworks/base/tools/localize/
localize_test.cpp 36 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "zz_ZZ",
37 "//device/samples/NotePad/res/values-zz-rZZ/strings.xml");
39 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "zz",
40 "//device/samples/NotePad/res/values-zz/strings.xml");
42 if (all) err |= test_filename("//device/samples/NotePad/res/values/strings.xml", "",
43 "//device/samples/NotePad/res/values/strings.xml");
XMLHandler_test.cpp 19 " <app dir=\"samples/NotePad\" />\n"
36 " <app dir=\"samples/NotePad\" />\n"
  /frameworks/base/docs/html/intl/ja/guide/basics/
what-is-android.jd 50 href="{@docRoot}resources/tutorials/notepad/index.html">Notepad ???????</a>????????</p>
  /build/tools/signapk/test/
run 3 package := NotePad.apk
  /development/samples/NotePad/
AndroidManifest.xml 23 package="com.example.android.notepad"
29 android:authorities="com.google.provider.NotePad"
62 <action android:name="com.android.notepad.action.EDIT_NOTE" />
89 <action android:name="com.android.notepad.action.EDIT_TITLE" />
  /development/samples/NotePad/res/layout/
note_editor.xml 18 class="com.example.android.notepad.NoteEditor$LinedEditText"
  /frameworks/base/core/java/android/database/sqlite/
package.html 11 NotePadProvider class in the NotePad sample application in the SDK for an
  /frameworks/base/docs/html/guide/samples/
index.jd 70 <dt><a href="{@docRoot}resources/samples/NotePad/index.html">Note Pad</a></dt>
72 <a href="{@docRoot}resources/tutorials/notepad/index.html">Notepad tutorial</a>.</dd>
  /frameworks/base/docs/html/resources/samples/
index.jd 61 <dt><a href="NotePad/index.html">Note Pad</a></dt>
63 <a href="{@docRoot}resources/tutorials/notepad/index.html">Notepad tutorial</a>.</dd>
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex3.jd 1 page.title=Notepad Exercise 3
2 parent.title=Notepad Tutorial
15 [<a href="notepad-ex1.html">Exercise 1</a>]
16 [<a href="notepad-ex2.html">Exercise 2</a>]
18 [<a href="notepad-ex3.html" style="color:#BBB;">Exercise 3</a>]
20 [<a href="notepad-extra-credit.html">Extra Credit</a>]
363 When you are ready, move on to the <a href="notepad-extra-credit.html">Tutorial
notepad-ex1.jd 1 page.title=Notepad Exercise 1
2 parent.title=Notepad Tutorial
22 [<a href="notepad-ex1.html" style="color:#BBB;">Exercise 1</a>]</span>
23 [<a href="notepad-ex2.html">Exercise 2</a>]
24 [<a href="notepad-ex3.html">Exercise 3</a>]
25 [<a href="notepad-extra-credit.html">Extra Credit</a>]
47 (downloaded during <a href="{@docRoot}resources/tutorials/notepad/index.html#preparing">setup</a>)
79 The NotePad sample in the <code>samples/</code> folder of the SDK also has an example of how
374 <p>The notepad application we are constructing only scratches the
580 <p>Once you are ready, move on to <a href="notepad-ex2.html">Tutoria
    [all...]
notepad-ex2.jd 1 Rpage.title=Notepad Exercise 2
2 parent.title=Notepad Tutorial
7 <p><em>In this exercise, you will add a second Activity to your notepad application, to let the user
21 [<a href="notepad-ex1.html">Exercise 1</a>]
23 [<a href="notepad-ex2.html" style="color:#DDD;">Exercise 2</a>]
25 [<a href="notepad-ex3.html">Exercise 3</a>]
26 [<a href="notepad-extra-credit.html">Extra Credit</a>]
632 back into the notepad to look at the note you changed, you will find that all
637 Once you are ready, move on to <a href="notepad-ex3.html">Tutorial
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex3.jd 1 page.title=Notepad Exercise 3
2 parent.title=Notepad Tutorial
15 [<a href="notepad-ex1.html">Exercise 1</a>]
16 [<a href="notepad-ex2.html">Exercise 2</a>]
18 [<a href="notepad-ex3.html" style="color:#BBB;">Exercise 3</a>]
20 [<a href="notepad-extra-credit.html">Extra Credit</a>]
363 When you are ready, move on to the <a href="notepad-extra-credit.html">Tutorial
notepad-ex1.jd 1 page.title=Notepad Exercise 1
2 parent.title=Notepad Tutorial
22 [<a href="notepad-ex1.html" style="color:#BBB;">Exercise 1</a>]</span>
23 [<a href="notepad-ex2.html">Exercise 2</a>]
24 [<a href="notepad-ex3.html">Exercise 3</a>]
25 [<a href="notepad-extra-credit.html">Extra Credit</a>]
47 (downloaded during <a href="{@docRoot}resources/tutorials/notepad/index.html#preparing">setup</a>)
79 The NotePad sample in the <code>samples/</code> folder of the SDK also has an example of how
374 <p>The notepad application we are constructing only scratches the
580 <p>Once you are ready, move on to <a href="notepad-ex2.html">Tutoria
    [all...]
notepad-ex2.jd 1 Rpage.title=Notepad Exercise 2
2 parent.title=Notepad Tutorial
7 <p><em>In this exercise, you will add a second Activity to your notepad application, to let the user
21 [<a href="notepad-ex1.html">Exercise 1</a>]
23 [<a href="notepad-ex2.html" style="color:#DDD;">Exercise 2</a>]
25 [<a href="notepad-ex3.html">Exercise 3</a>]
26 [<a href="notepad-extra-credit.html">Extra Credit</a>]
632 back into the notepad to look at the note you changed, you will find that all
637 Once you are ready, move on to <a href="notepad-ex3.html">Tutorial
  /frameworks/base/docs/html/guide/topics/ui/
custom-components.jd 64 (the <a href="{@docRoot}resources/samples/NotePad/index.html">Notepad Tutorial</a> uses this to good effect,
65 to create a lined-notepad page).
449 href="{@docRoot}resources/samples/NotePad/index.html">NotePad application</a> in the
451 them is extending an EditText View to make a lined notepad. This is not a
455 NotePad sample into Eclipse (or
458 href="{@docRoot}resources/samples/NotePad/src/com/example/android/notepad/NoteEditor.html">NoteEditor.java</a>
503 <p>For the NotePad sample, overriding the <code>onDraw()</code> method allow
    [all...]
  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 17 package com.example.android.notepad;
19 import com.example.android.notepad.NotePad.Notes;
NoteEditor.java 17 package com.example.android.notepad;
19 import com.example.android.notepad.NotePad.Notes;
  /frameworks/base/docs/html/guide/topics/views/
custom-views.jd 43 (the <a href="{@docRoot}resources/samples/NotePad/">Notepad sample</a> uses this to good effect,
44 to create a lined-notepad page).
440 href="{@docRoot}samples/NotePad/index.html">NotePad application</a> in the
442 them is extending an EditText View to make a lined notepad. This is not a
446 NotePad sample into Eclipse (or
449 href="{@docRoot}samples/NotePad/src/com/example/android/notepad/NoteEditor.html">NoteEditor.java</a>
495 <p>For the NotePad sample, overriding the <code>onDraw()</code> method allow
    [all...]
  /build/tools/dexpreopt/dexopt-wrapper/
DexOptWrapper.cpp 164 "/system/app/NotePad.apk /system/app/NotePad.odex\n");
  /frameworks/base/docs/html/guide/basics/
fixme-gs-core-packages.jd 20 <dt><a href="{@docRoot}intro/tutorial.html">Notepad Tutorial</a></dt>
22 constructing a real Android Application: A notepad which can create, edit
what-is-android.jd 83 href="{@docRoot}resources/tutorials/notepad/index.html">Notepad Tutorial</a>.</p>
  /frameworks/base/docs/html/guide/topics/intents/
intents-filters.jd 703 manifest file, at {@code &lt;sdk&gt;/samples/NotePad/index.html}.
706 section <a href="{@docRoot}resources/samples/NotePad/index.html">here</a>.)
716 package="com.example.android.notepad"&gt;
721 android:authorities="com.google.provider.NotePad" /&gt;
    [all...]
  /development/ide/eclipse/
.classpath 59 <classpathentry kind="src" path="development/samples/NotePad/src"/>
60 <classpathentry kind="src" path="development/samples/NotePad/tests/src"/>
  /frameworks/base/docs/html/intl/ja/sdk/1.5_r2/
installing.jd 170 <li><a href="{@docRoot}resources/tutorials/notepad/index.html">Notepad ???????</a>???? Android ?????????????????? </li>

Completed in 100 milliseconds

12 3 4