Home
last modified time | relevance | path

Searched refs:scenario (Results 1 – 25 of 36) sorted by relevance

12

/frameworks/native/cmds/flatland/
DREADME.txt28 in between each benchmark sample run. Regardless of the scenario being
49 The first column is simply a description of the scenario that's being
50 simulated. The second column indicates the resolution at which the scenario
53 scenario takes to complete.
57 fast - This indicates that frames of the scenario completed too fast to be
60 result, the scenario was skipped.
62 slow - This indicates that frames of the scenario took too long to
64 simulating a scenario that is obviously impractical on this device, the
65 scenario was skipped.
67 varies - This indicates that the scenario was measured, but it did not
[all …]
DMain.cpp689 const char* scenario = "Scenario"; in printResultsTableHeader() local
690 size_t len = strlen(scenario); in printResultsTableHeader()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseWrapContentTest.java123 protected void testScenerio(Scenario scenario) throws Throwable { in testScenerio() argument
138 List<Snapshot> s1 = runScenario(scenario, matchParent, null); in testScenerio()
141 List<Snapshot> s2 = runScenario(scenario, wrapContent, s1); in testScenerio()
151 public List<Snapshot> runScenario(Scenario scenario, ViewGroup.LayoutParams lp, in runScenario() argument
157 RecyclerView.LayoutManager layoutManager = scenario.createLayoutManager(); in runScenario()
163 mTestAdapter = new TestAdapter(scenario.getSeedAdapterSize()); in runScenario()
170 for (Step step : scenario.mStepList) { in runScenario()
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd141 <p>Consider the scenario illustrated in Table 1. Suppose the player initially
247 <p>To illustrate, consider the scenario illustrated by Table 2. After the
328 <p><em>(*): x represents data that is irrelevant to our scenario.</em></p>
424 <p><em>(*): x represents data that is irrelevant to our scenario.</em></p>
465 Table 4 illustrates this, based on the scenario from Table 3. Note the following:</p>
/frameworks/base/docs/html/guide/topics/ui/layout/
Drelative.jd72 view declared in the hierarchy. The example below demonstrates such a scenario.</p>
Dgridview.jd93 position (zero-based) of the selected item (in a real world scenario, the position could be used to
/frameworks/base/docs/html/guide/practices/
Dscreens-distribution.jd102 <compatible-screens>}</a> element for the reverse scenario (when your application is not
173 <supports-screens>}</a> element for the reverse scenario (when your application is not compatible
Doptimizing-for-3.0.jd523 <supports-screens>}</a> element for the reverse scenario (when your application is not compatible
584 <compatible-screens>}</a> element for the reverse scenario (when your application is not
647 <p>In the worst-case scenario, however, you can avoid orientation changes by using the <a
/frameworks/base/docs/html/training/performance/battery/network/
Daction-app-traffic.jd119 In this scenario, the problem is that an app is running a background process that keeps
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd46 <p>A common scenario in which using {@link android.webkit.WebView} is helpful is when you want to
52 <p>Another scenario in which {@link android.webkit.WebView} can help is if your application provides
/frameworks/base/docs/html/preview/
Dbehavior-changes.jd405 directly, you should still test your app for this scenario.
782 must be able to gracefully handle this scenario. Otherwise, it crashes
853 the system requires user confirmation. In this scenario, apps should expect
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dstopping.jd67 android.app.Activity#onResume()} (4). Notice that no matter what scenario causes the activity to
/frameworks/base/docs/html/training/design-navigation/
Dmultiple-sizes.jd95 …<p>In this scenario, the left pane is completely hidden in portrait mode. However, <em>to ensure t…
/frameworks/base/docs/html/training/tv/discovery/
Drecommendations.jd28 content. An ideal scenario for many TV users is: sit down, turn on, and watch. The fewest steps
/frameworks/base/docs/html/training/gestures/
Dscale.jd185 common scenario is <em>panning</em>, which is when a user's dragging motion causes scrolling
Dscroll.jd49 necessary for special scenarios. This lesson describes such a scenario: displaying
/frameworks/base/docs/html/google/play/billing/
Dbilling_promotions.jd153 Your app should also support the scenario where a user redeems a promo code
Dbilling_subscriptions.jd509 <p>In a typical scenario, your app verifies the order status for new purchases
/frameworks/base/docs/html/training/scheduling/
Dalarms.jd82 <p>A common scenario for triggering an operation outside the lifetime of your app is
/frameworks/base/docs/html/training/articles/
Dwear-permissions.jd107 scenario is the applicable one when Wear requests this data.</p>
/frameworks/base/docs/html/guide/topics/appwidgets/
Dhost.jd279 For example, many hosts align icons and widgets in a grid. In this scenario,
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd354 scenario also describes good practices for when you should start and stop listening for the
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd583 activity. This scenario demonstrates launching the Maps application.
761 This scenario shows how the user can switch between two tasks. In
/frameworks/base/docs/html/guide/topics/providers/
Dcalendar-provider.jd521 scenario, a default time zone is supplied.</li>
534 scenario, you can use an {@link
/frameworks/base/docs/html/google/play/
Dfilters.jd308 …<p>Because you want to avoid this second scenario, we recommend that you always declare a <code>mi…

12