Home
last modified time | relevance | path

Searched refs:home (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/base/docs/html/resources/articles/
Dlive-wallpapers.jd21 their home screens. A live wallpaper is very similar to a normal Android
50 the home screen, a wallpaper must stop all activity.</p>
53 or the home application. For instance, if you want your wallpaper to scroll
54 along when the user swipes from one home screen to another, you can use
60 Currently, only the standard home application sends commands to the
70 <li><code>android.home.drop</code>: When the user drops an icon or a widget
Dqsb.jd31 available right from the home screen, by tapping on Quick Search Box.</p>
40 example, from the home screen.</p>
Dindex.jd78 …<dd>Live Folders allow users to display any source of data on their home screen without launching …
83 …richer, animated, interactive backgrounds that users can display in their home screens. Learn how …
/frameworks/base/media/libstagefright/codecs/aacdec/
Ds_adif_header.h82 Int home; member
/frameworks/base/docs/html/sdk/
Dandroid-1.5-highlights.jd67 <li>Bundled home screen widgets include: analog clock, calendar,
145 <li>APIs for creating secure home screen {@link android.appwidget
149 href="http://android-developers.blogspot.com/2009/04/introducing-home-screen-widgets-and.html">
150 Introducing home screen widgets and the AppWidget
Dandroid-2.2-highlights.jd74 <img src="images/2.2/22home.png" alt="" height=230 />
79 home screen with shortcuts and widgets and how to make use of multiple home screens.</p>
81 shortcuts</span> on the Home screen, making it easy to access them from any of the 5 home screen
Dandroid-3.0-highlights.jd134 …mproved formatting of international phone numbers as user types, based on home country and an inte…
138 …sers can sync attachments for later viewing and keep track of email using a home screen Widget.</p>
170 …s can now be used as remote views in application widgets displayed on the home screen. Application…
178home screen. Android 3.0 lets developers take home screen widgets to the next level, offering more…
Dandroid-4.0-highlights.jd64 …mages/4.0/home-lg.png" target="_android"><img style="float:right;xborder:1px solid #ddd;border-rad…
72 multitasking, rich notifications, customizable home screens, resizable widgets,
126 …her (left) and resizable widgets (right) give you apps and rich content from the home screen.</div>
134 <p>New home screen <strong>folders</strong> offer a new way for users to group
139 <p>On smaller-screen devices, the home screen now includes a customizable
140 <strong>favorites tray</strong> visible from all home screens. Users can drag
142 tray for instant access from any home screen.</p>
152 streams, and more &mdash; right from the home screen, without having to launch
375 …:1.25em;margin-top:0;padding-top:0;font-size:.9em">A Photo Gallery widget on the home screen.</div>
392 pictures directly on their home screen. The widget can display pictures from a
[all …]
Dandroid-1.5.jd203 <li>APIs for creating secure home screen {@link android.appwidget
207 href="http://android-developers.blogspot.com/2009/04/introducing-home-screen-widgets-and.html">
208 Introducing home screen widgets and the AppWidget
Dandroid-3.1-highlights.jd63 …<a href="images/3.1/home_full.png" target="_android"><img src="images/3.1/home.png" alt="" height=…
79 <p>Navigation to and from the five home screens is now easier &mdash; touching
80 the Home button in the system bar now takes you to the home screen most recently
155 apps can take full advantage of higher-speed Wi-Fi access at home, at work, and
Dandroid-1.6-highlights.jd72 the home screen.</p>
/frameworks/base/test-runner/src/junit/runner/
DBaseTestRunner.java216 String home= System.getProperty("user.home"); in getPreferencesFile() local
217 return new File(home, "junit.properties"); in getPreferencesFile()
/frameworks/base/core/java/android/text/method/
DScrollingMovementMethod.java79 protected boolean home(TextView widget, Spannable buffer) { in home() method in ScrollingMovementMethod
DBaseMovementMethod.java225 return home(widget, buffer); in handleMovementKey()
384 protected boolean home(TextView widget, Spannable buffer) { in home() method in BaseMovementMethod
DArrowKeyMovementMethod.java213 protected boolean home(TextView widget, Spannable buffer) { in home() method in ArrowKeyMovementMethod
/frameworks/base/docs/html/guide/topics/ui/
Dactionbar.jd227 <p>The normal behavior should be for your application to return to the "home" activity or the
229 taps the icon. If the user is already at home or the initial state, then you don't need to do
234 android.R.id.home} ID. So, you need to add a condition to your {@link
236 android.R.id.home} and perform the appropriate action, such as start the home activity or pop recent
239 <p>If you respond to the application icon by returning to the home activity, you should include
243 You should favor this approach, because going "home" is an action that's equivalent to "going
244 back" and you should usually not create a new instance of the home activity. Otherwise, you
248 onOptionsItemSelected()} that returns to the application's "home" activity:</p>
254 case android.R.id.home:
255 // app icon in Action Bar clicked; go home
[all …]
/frameworks/base/docs/html/intl/ja/
Dindex.jd1 home=true
14 …<img src="/assets/images/home/android_adc.png" alt="Android Developer Challenge 2" width="232px" />
/frameworks/base/docs/html/
Doffline.jd1 home=true
Dindex.jd1 home=true
14 <img src="{@docRoot}images/home/market_icon.png"
/frameworks/base/docs/html/guide/appendix/
Dinstall-location.jd153 removed from the home screen. When external storage is remounted, the user can add your Live Folder
154 to the home screen again.</dd>
157 from the home screen. When external storage is remounted, your App Widget will <em>not</em> be
158 available for the user to select until the system resets the home application (usually not until a
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java73 return mCurrentView.findViewById(R.id.home); in getHomeButton()
/frameworks/base/docs/html/guide/basics/
Dappmodel.jd23 home screen through which it is accessed, and it is available as a top-level
68 to navigate from home back to where they are and launch the same Intent as a
71 home screen without a way to return to them.</p>
94 or home screen shortcuts. The result is that, when the user launches your
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dwidget_design.jd39 <a href="http://android-developers.blogspot.com/2009/04/introducing-home-screen-widgets-and.html">
90 other widgets and icons on the user's home screen. To take advantage of this strongly recommended
297 <p>When a user adds the widget to their home screen, on an example Android 4.0 device where each
/frameworks/base/docs/html/guide/topics/testing/
Dactivity_testing.jd250 to help you handle actions that run in the UI thread, touch screen and keyboard events, and home
331 You may find that UI tests don't work if the emulator's or device's home screen is disabled with
334 first and then disable the keyguard for the home screen.
/frameworks/base/docs/html/guide/developing/debugging/
Dddms.jd244 <li>Voice - unregistered, home, roaming, searching, denied</li>
246 <li>Data - unregistered, home, roaming, searching, denied</li>

123