/frameworks/base/docs/html/resources/articles/ |
D | live-wallpapers.jd | 21 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
|
D | qsb.jd | 31 available right from the home screen, by tapping on Quick Search Box.</p> 40 example, from the home screen.</p>
|
D | index.jd | 78 …<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/ |
D | s_adif_header.h | 82 Int home; member
|
/frameworks/base/docs/html/sdk/ |
D | android-1.5-highlights.jd | 67 <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
|
D | android-2.2-highlights.jd | 74 <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
|
D | android-3.0-highlights.jd | 134 …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… 178 …home screen. Android 3.0 lets developers take home screen widgets to the next level, offering more…
|
D | android-4.0-highlights.jd | 64 …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 — 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 …]
|
D | android-1.5.jd | 203 <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
|
D | android-3.1-highlights.jd | 63 …<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 — 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
|
D | android-1.6-highlights.jd | 72 the home screen.</p>
|
/frameworks/base/test-runner/src/junit/runner/ |
D | BaseTestRunner.java | 216 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/ |
D | ScrollingMovementMethod.java | 79 protected boolean home(TextView widget, Spannable buffer) { in home() method in ScrollingMovementMethod
|
D | BaseMovementMethod.java | 225 return home(widget, buffer); in handleMovementKey() 384 protected boolean home(TextView widget, Spannable buffer) { in home() method in BaseMovementMethod
|
D | ArrowKeyMovementMethod.java | 213 protected boolean home(TextView widget, Spannable buffer) { in home() method in ArrowKeyMovementMethod
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | actionbar.jd | 227 <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/ |
D | index.jd | 1 home=true 14 …<img src="/assets/images/home/android_adc.png" alt="Android Developer Challenge 2" width="232px" />
|
/frameworks/base/docs/html/ |
D | offline.jd | 1 home=true
|
D | index.jd | 1 home=true 14 <img src="{@docRoot}images/home/market_icon.png"
|
/frameworks/base/docs/html/guide/appendix/ |
D | install-location.jd | 153 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/ |
D | NavigationBarView.java | 73 return mCurrentView.findViewById(R.id.home); in getHomeButton()
|
/frameworks/base/docs/html/guide/basics/ |
D | appmodel.jd | 23 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/ |
D | widget_design.jd | 39 <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/ |
D | activity_testing.jd | 250 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/ |
D | ddms.jd | 244 <li>Voice - unregistered, home, roaming, searching, denied</li> 246 <li>Data - unregistered, home, roaming, searching, denied</li>
|