Home
last modified time | relevance | path

Searched refs:plan (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DAlternateRecentsComponent.java119 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 …]
DRecentsActivity.java187 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/
DRecentsTaskLoader.java444 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/
Dadvanced.jd9 <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/
Dindex.jd6 …obile device user. You should read and consider these design goals as you plan your application an…
/frameworks/base/docs/html/tools/help/
Dsdk-manager.jd56 <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/
Dindex.jd41 <p>This class shows you how to plan out the high-level screen hierarchy for your application
/frameworks/base/docs/html/training/basics/fragments/
Dfragment-ui.jd60 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
Dcreating.jd161 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/
Dindex.jd24 <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/
Dselection.jd111 <p>Plan the actions you want to display inside of a CAB in the same way you would plan the actions
Dpure-android.jd4 <p>Most developers want to distribute their apps on multiple platforms. As you plan your app for
Dactionbar.jd280 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/
Dlaunch-checklist.jd24 <li><a href="#plan-beta">14. 计划 Beta 版的发布</a></li>
467 <h2 id="plan-beta">
/frameworks/base/docs/html/design/wear/
Dprinciples.jd19 <p>These design principles provide some simple heuristics about how you should plan and assess your
/frameworks/base/docs/html/training/wearables/watch-faces/
Ddesigning.jd41 <p>As you plan the look of your watch face and what kind of information it should present
/frameworks/base/docs/html/distribute/tools/
Dlaunch-checklist.jd2 …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:
Dlocalization-checklist.jd104 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/
Daudio-focus.jd53 plan to play audio for the foreseeable future (for example, when playing music).</p>
/frameworks/base/docs/html/training/graphics/opengl/
Ddraw.jd46 <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/
Dapp-signing.jd234 <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/
Dmeasure.jd16 and ensure you've built an appropriate measurement plan.
/frameworks/base/docs/html/training/accessibility/
Dservice.jd86 <p>If you created a new project for this service, and don't plan on having an
/frameworks/base/docs/html/training/transitions/
Doverview.jd85 create scenes for the view hierarchies in your app that you plan to change between. Next, you
/frameworks/base/docs/html/distribute/googleplay/
Dwear.jd97 href="{@docRoot}design/wear/index.html">usability guidelines</a> and plan on utilizing them to the

123