/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | AlternateRecentsComponent.java | 119 RecentsTaskLoadPlan plan = loader.createLoadPlan(mContext); in run() local 120 loader.preloadTasks(plan, true /* isTopTaskHome */); in run() 132 loader.loadTasks(mContext, plan, launchOpts); in run() 226 RecentsTaskLoadPlan plan = loader.createLoadPlan(mContext); in onStart() local 227 loader.preloadTasks(plan, true /* isTopTaskHome */); in onStart() 232 loader.loadTasks(mContext, plan, launchOpts); in onStart() 333 RecentsTaskLoadPlan plan = loader.createLoadPlan(mContext); in showRelativeAffiliatedTask() local 334 loader.preloadTasks(plan, true /* isTopTaskHome */); in showRelativeAffiliatedTask() 335 TaskStack stack = plan.getTaskStack(); in showRelativeAffiliatedTask() 745 RecentsTaskLoadPlan plan = sInstanceLoadPlan; in consumeInstanceLoadPlan() local [all …]
|
D | RecentsActivity.java | 187 RecentsTaskLoadPlan plan = AlternateRecentsComponent.consumeInstanceLoadPlan(); in updateRecentsTasks() local 188 if (plan == null) { in updateRecentsTasks() 189 plan = loader.createLoadPlan(this); in updateRecentsTasks() 193 if (plan.getTaskStack() == null) { in updateRecentsTasks() 194 loader.preloadTasks(plan, mConfig.launchedFromHome); in updateRecentsTasks() 200 loader.loadTasks(this, plan, loadOpts); in updateRecentsTasks() 202 SpaceNode root = plan.getSpaceNode(); in updateRecentsTasks()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/model/ |
D | RecentsTaskLoader.java | 444 RecentsTaskLoadPlan plan = new RecentsTaskLoadPlan(context, config, mSystemServicesProxy); in createLoadPlan() local 445 return plan; in createLoadPlan() 449 public void preloadTasks(RecentsTaskLoadPlan plan, boolean isTopTaskHome) { in preloadTasks() argument 450 plan.preloadPlan(this, isTopTaskHome); in preloadTasks() 454 public void loadTasks(Context context, RecentsTaskLoadPlan plan, in loadTasks() argument 459 plan.executePlan(opts, this, mLoadQueue); in loadTasks()
|
/frameworks/base/docs/html/training/ |
D | advanced.jd | 9 <p>What you see now is still the beginning. We plan to add many more classes, expand and refine
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | index.jd | 6 …obile device user. You should read and consider these design goals as you plan your application an…
|
/frameworks/base/docs/html/tools/help/ |
D | sdk-manager.jd | 56 <p>To get started, download the latest Android version, plus the lowest version you plan 76 matches the API Level of the Android platform that you plan to use.</dd>
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | index.jd | 41 <p>This class shows you how to plan out the high-level screen hierarchy for your application
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | fragment-ui.jd | 60 if you plan to change fragments during the life of the activity.</p> 187 needed unless you plan to perform advanced fragment operations using the {@link
|
D | creating.jd | 161 the fragment in the layout XML file, you <em>cannot</em> remove the fragment at runtime. If you plan
|
/frameworks/base/docs/html/training/design-navigation/ |
D | index.jd | 24 <p>This class shows you how to plan out the high-level screen hierarchy for your application and th…
|
/frameworks/base/docs/html/design/patterns/ |
D | selection.jd | 111 <p>Plan the actions you want to display inside of a CAB in the same way you would plan the actions
|
D | pure-android.jd | 4 <p>Most developers want to distribute their apps on multiple platforms. As you plan your app for
|
D | actionbar.jd | 280 in a music player. Carefully plan which important information you would like to display and
|
/frameworks/base/docs/html-intl/intl/zh-cn/distribute/tools/ |
D | launch-checklist.jd | 24 <li><a href="#plan-beta">14. 计划 Beta 版的发布</a></li> 467 <h2 id="plan-beta">
|
/frameworks/base/docs/html/design/wear/ |
D | principles.jd | 19 <p>These design principles provide some simple heuristics about how you should plan and assess your
|
/frameworks/base/docs/html/training/wearables/watch-faces/ |
D | designing.jd | 41 <p>As you plan the look of your watch face and what kind of information it should present
|
/frameworks/base/docs/html/distribute/tools/ |
D | launch-checklist.jd | 2 …g your app to users. Read this checklist early in development to help you plan for a successful la… 26 <li><a href="#plan-beta">14. Plan a Beta Release</a></li> 145 If you plan to make your apps available to Google Play for Education, then 689 <h2 id="plan-beta"> 971 After publishing, plan to:
|
D | localization-checklist.jd | 104 you'll need to do to support them in your apps and plan the work early. 690 your target countries and create a broader launch and marketing plan for 944 learn more about how to plan, build, and launch your app on Google Play.
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 53 plan to play audio for the foreseeable future (for example, when playing music).</p>
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | draw.jd | 46 <p>Before you do any drawing, you must initialize and load the shapes you plan to draw. Unless the
|
/frameworks/base/docs/html/tools/publishing/ |
D | app-signing.jd | 234 <p>If you plan to support upgrades for an app, ensure that your key has a validity 239 <p>If you plan to publish your apps on Google Play, the key you use to sign these apps must have
|
/frameworks/base/docs/html/distribute/analyze/ |
D | measure.jd | 16 and ensure you've built an appropriate measurement plan.
|
/frameworks/base/docs/html/training/accessibility/ |
D | service.jd | 86 <p>If you created a new project for this service, and don't plan on having an
|
/frameworks/base/docs/html/training/transitions/ |
D | overview.jd | 85 create scenes for the view hierarchies in your app that you plan to change between. Next, you
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | wear.jd | 97 href="{@docRoot}design/wear/index.html">usability guidelines</a> and plan on utilizing them to the
|