Home
last modified time | relevance | path

Searched refs:populate (Results 1 – 25 of 48) sorted by relevance

12

/frameworks/base/core/tests/coretests/src/com/android/internal/os/
DBatteryStatsTimeBaseTest.java40 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 …]
DBatteryStatsServTest.java37 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/
DBaseTestActivity.java157 public void setShouldPopulateOptionsMenu(boolean populate) { in setShouldPopulateOptionsMenu() argument
158 mShouldPopulateOptionsMenu = populate; in setShouldPopulateOptionsMenu()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java225 populate();
423 populate(); in setAdapter()
528 populate(item); in setCurrentItemInternal()
612 if (needsPopulate) populate(); in setPageTransformer()
670 populate(); in setOffscreenPageLimit()
776 populate(); in smoothScrollTo()
889 public void populate() {
890 populate(mCurItem);
893 void populate(int newCurrentItem) {
1432 populate();
[all …]
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java237 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/search/
Dsearch.jd18 <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/core-ui/java/android/support/v4/view/
DViewPager.java277 populate();
544 populate(); in setAdapter()
672 populate(item); in setCurrentItemInternal()
806 if (needsPopulate) populate(); in setPageTransformer()
884 populate(); in setOffscreenPageLimit()
1003 populate(); in smoothScrollTo()
1119 void populate() {
1120 populate(mCurItem);
1123 void populate(int newCurrentItem) {
1646 populate();
[all …]
/frameworks/base/docs/html/training/volley/
Dindex.jd50 <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/core/java/android/widget/
DDayPickerViewPager.java59 populate(); in onMeasure()
DListView.java2929 void populate(int selectedPosition, int amountToScroll) { in populate() method in ListView.ArrowScrollFocusResult
3054 mArrowScrollFocusResult.populate(positionOfNewFocus, focusScroll); in arrowScrollFocused()
3062 mArrowScrollFocusResult.populate(positionOfNewFocus, maxScrollAmount); in arrowScrollFocused()
/frameworks/base/docs/html/wear/preview/features/
Dui-nav-actions.jd107 to populate the navigation drawer contents. To populate the action drawer with
/frameworks/base/docs/html/guide/topics/ui/accessibility/
Dapps.jd23 <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>
458 // Call the super implementation to populate its text to the event, which
477 methods to populate or modify the information in an {@link
503 // We call the super implementation to populate its text for the
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java1167 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/wearables/ui/
Dlists.jd43 <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
D2d-picker.jd58 <p>A page adapter provides a set of pages to populate a
/frameworks/base/docs/html/training/improving-layouts/
Dsmooth-scrolling.jd107 <p>Then populate the {@code ViewHolder} and store it inside the layout.</p>
/frameworks/base/docs/html/guide/topics/ui/controls/
Dspinner.jd39 <p>To populate the spinner with a list of choices, you then need to specify a {@link
/frameworks/base/docs/html/training/graphics/opengl/
Dprojection.jd69 takes the height and width of the {@link android.opengl.GLSurfaceView} and uses it to populate a
/frameworks/base/docs/html/guide/topics/search/
Dadding-recent-query-suggestions.jd182 <p>To populate your collection of recent queries, add each query
/frameworks/base/docs/html/topic/performance/power/network/
Dgather-data.jd188 <li>Click the <strong>Sync Project with Gradle Files</strong> button to populate the
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dadvanced-nfc.jd231 <li>Create a {@link android.app.PendingIntent} object so the Android system can populate it
/frameworks/base/docs/html/guide/topics/ui/
Ddeclaring-layout.jd372 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/
Dnsd.jd61 // Create the NsdServiceInfo object, and populate it.
/frameworks/base/docs/html/topic/performance/rendering/
Dprofile-gpu.jd136 it can inflate or populate new item views. For this reason, it’s important to
/frameworks/base/docs/html/training/displaying-bitmaps/
Dcache-bitmap.jd363 android.app.Fragment}. You should notice little to no lag as the images populate the activity almost

12