/frameworks/base/core/tests/coretests/src/com/android/internal/os/ |
D | BatteryStatsTimeBaseTest.java | 40 public void populate(long uptime, long realtime, boolean running, long pastUptime, in populate() method in BatteryStatsTimeBaseTest.TestTimeBase 172 tb.populate(100, 200, true, 300, 400, 500, 600, 700, 800); in testResetWhileRunning() 187 tb.populate(100, 200, false, 300, 400, 500, 600, 700, 800); in testResetWhileNotRunning() 200 tb.populate(100, 200, false, 300, 400, 500, 600, 700, 800); in testInit() 214 tb1.populate(100, 200, true, 300, 400, 500, 600, 700, 800); in testParcellingWhileRunning() 235 tb1.populate(100, 200, false, 300, 400, 500, 600, 700, 800); in testParcellingWhileNotRunning() 255 tb1.populate(100, 200, true, 300, 400, 500, 600, 700, 800); in testSummary() 266 tb2.populate(1, 2, true, 3, 4, 5, 6, 7, 8); in testSummary() 280 tb.populate(100, 200, true, 300, 400, 500, 600, 50, 60); in testComputeUptime() 299 tb.populate(100, 200, true, 300, 400, 500, 600, 50, 60); in testComputeRealtime() [all …]
|
D | BatteryStatsServTest.java | 37 void populate() { in populate() method in BatteryStatsServTest.TestServ 156 serv.populate(); in testOnTimeStarted() 163 serv.populate(); in testOnTimeStarted() 178 orig.populate(); in testParceling() 215 serv.populate(); in testLaunchTimeToNow() 219 serv.populate(); in testLaunchTimeToNow() 233 serv.populate(); in testStartTimeToNow() 237 serv.populate(); in testStartTimeToNow() 256 serv.populate(); in testStartLaunchedLockedWhileLaunched() 294 serv.populate(); in testStartLaunchedLockedWhileNotLaunched() [all …]
|
/frameworks/support/v7/appcompat/tests/src/android/support/v7/testutils/ |
D | BaseTestActivity.java | 170 public void setShouldPopulateOptionsMenu(boolean populate) { in setShouldPopulateOptionsMenu() argument 171 mShouldPopulateOptionsMenu = populate; in setShouldPopulateOptionsMenu()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 252 populate(); 450 populate(); in setAdapter() 555 populate(item); in setCurrentItemInternal() 639 if (needsPopulate) populate(); in setPageTransformer() 697 populate(); in setOffscreenPageLimit() 803 populate(); in smoothScrollTo() 916 public void populate() { 917 populate(mCurItem); 920 void populate(int newCurrentItem) { 1459 populate(); [all …]
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 237 populate(); in setColumnCount() 264 populate(); in setItemMargin() 603 populate(); in endFastChildLayout() 645 populate(); in onLayout() 655 private void populate() { in populate() method in StaggeredGridView 1286 populate(); in setAdapter() 1335 populate(); in setSelectionToTop()
|
/frameworks/base/docs/html/training/volley/ |
D | index.jd | 50 <li>Strong ordering that makes it easy to correctly populate your UI with data fetched 56 <p>Volley excels at RPC-type operations used to populate a UI, such as fetching a page of
|
/frameworks/base/docs/html/training/search/ |
D | search.jd | 18 <li><a href="{@docRoot}training/search/search.html#populate">Populate the Virtual 104 <h2 id="populate">Populate the Virtual Table</h2> 156 <p>Call the <code>loadDictionary()</code> method wherever appropriate to populate the table. A
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | ViewPager.java | 272 populate(); 538 populate(); in setAdapter() 666 populate(item); in setCurrentItemInternal() 770 if (needsPopulate) populate(); in setPageTransformer() 847 populate(); in setOffscreenPageLimit() 966 populate(); in smoothScrollTo() 1082 void populate() { 1083 populate(mCurItem); 1086 void populate(int newCurrentItem) { 1609 populate(); [all …]
|
/frameworks/base/core/java/android/widget/ |
D | DayPickerViewPager.java | 59 populate(); in onMeasure()
|
D | ListView.java | 2920 void populate(int selectedPosition, int amountToScroll) { in populate() method in ListView.ArrowScrollFocusResult 3045 mArrowScrollFocusResult.populate(positionOfNewFocus, focusScroll); in arrowScrollFocused() 3053 mArrowScrollFocusResult.populate(positionOfNewFocus, maxScrollAmount); in arrowScrollFocused()
|
/frameworks/base/docs/html/wear/preview/features/ |
D | ui-nav-actions.jd | 105 to populate the navigation drawer contents. To populate the action drawer with
|
/frameworks/base/docs/html/guide/topics/ui/accessibility/ |
D | apps.jd | 23 <li><a href="#populate-events">Populating accessibility events</a></li> 300 <em>must</em> override this method and populate {@link 378 <p>For more information about implementing these methods, see <a href="#populate-events">Populating 436 <h3 id="populate-events">Populating accessibility events</h3> 459 // Call the super implementation to populate its text to the event, which 475 methods to populate or modify the information in an {@link 501 // We call the super implementation to populate its text for the
|
/frameworks/base/docs/html/training/wearables/ui/ |
D | lists.jd | 43 <li>Create an adapter to populate the list.</li> 266 element from your layout, assign an instance of the adapter to populate the list, and set a click
|
D | 2d-picker.jd | 58 <p>A page adapter provides a set of pages to populate a
|
/frameworks/base/core/java/android/service/notification/ |
D | NotificationListenerService.java | 1167 private void populate(String key, int rank, boolean matchesInterruptionFilter, in populate() method in NotificationListenerService.Ranking 1247 outRanking.populate(key, rank, !isIntercepted(key),
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | smooth-scrolling.jd | 107 <p>Then populate the {@code ViewHolder} and store it inside the layout.</p>
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | spinner.jd | 39 <p>To populate the spinner with a list of choices, you then need to specify a {@link
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | projection.jd | 69 takes the height and width of the {@link android.opengl.GLSurfaceView} and uses it to populate a
|
/frameworks/base/docs/html/guide/topics/search/ |
D | adding-recent-query-suggestions.jd | 182 <p>To populate your collection of recent queries, add each query
|
/frameworks/base/docs/html/training/performance/battery/network/ |
D | gather-data.jd | 188 <li>Click the <strong>Sync Project with Gradle Files</strong> button to populate the
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | advanced-nfc.jd | 231 <li>Create a {@link android.app.PendingIntent} object so the Android system can populate it
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | declaring-layout.jd | 372 subclasses {@link android.widget.AdapterView} to populate the layout with views at runtime. A 397 <p>You can populate an {@link android.widget.AdapterView} such as {@link android.widget.ListView} or
|
/frameworks/base/docs/html/training/connect-devices-wirelessly/ |
D | nsd.jd | 61 // Create the NsdServiceInfo object, and populate it.
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | cache-bitmap.jd | 363 android.app.Fragment}. You should notice little to no lag as the images populate the activity almost
|
/frameworks/base/docs/html/training/tv/playback/ |
D | guided-step.jd | 208 To add subactions, first create and populate a list of
|