Home
last modified time | relevance | path

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

12

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
Dscenegraph_objects.rsh88 // ShaderParam's that populate data
98 // ShaderParam's that populate data
117 // ShaderParam's that populate data
121 // ShaderParam's that populate data
/frameworks/support/v4/java/android/support/v4/view/
DViewPager.java251 populate();
447 populate(); in setAdapter()
552 populate(item); in setCurrentItemInternal()
656 if (needsPopulate) populate(); in setPageTransformer()
733 populate(); in setOffscreenPageLimit()
838 populate(); in smoothScrollTo()
951 void populate() {
952 populate(mCurItem);
955 void populate(int newCurrentItem) {
1474 populate();
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java251 populate();
449 populate(); in setAdapter()
554 populate(item); in setCurrentItemInternal()
638 if (needsPopulate) populate(); in setPageTransformer()
696 populate(); in setOffscreenPageLimit()
801 populate(); in smoothScrollTo()
914 public void populate() {
915 populate(mCurItem);
918 void populate(int newCurrentItem) {
1443 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/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.java53 populate(); in onMeasure()
DListView.java2840 void populate(int selectedPosition, int amountToScroll) { in populate() method in ListView.ArrowScrollFocusResult
2965 mArrowScrollFocusResult.populate(positionOfNewFocus, focusScroll); in arrowScrollFocused()
2973 mArrowScrollFocusResult.populate(positionOfNewFocus, maxScrollAmount); in arrowScrollFocused()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java861 private void populate(String key, int rank, boolean isAmbient, in populate() method in NotificationListenerService.Ranking
908 outRanking.populate(key, rank, isAmbient(key), !isIntercepted(key), in getRanking()
/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>
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/notepad/
Dnotepad-ex3.jd115 <p>Next, we need to populate the fields based on the <code>mRowId</code> if we
188 and populate the View elements with them.</p>
238 to read the note out of the database again and populate the fields.</p>
Dnotepad-ex1.jd302 <li><code>onCreateOptionsMenu()</code> is used to populate the
329 access notes data, and populate the list with the available note
353 populate the ListView using the helper &mdash; we haven't defined this method yet. </li>
469 Call <code>fillData()</code> to populate the list of notes (inefficient but
500 <code>notes_row.xml</code> layout), so this allows us to easily populate the list with
/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/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/training/location/
Dgeofencing.jd105 transition types for the geofence. For example, to populate a list object named
/frameworks/base/docs/html/training/connect-devices-wirelessly/
Dnsd.jd61 // Create the NsdServiceInfo object, and populate it.
/frameworks/base/docs/html/guide/topics/ui/
Ddeclaring-layout.jd376 subclasses {@link android.widget.AdapterView} to populate the layout with views at runtime. A
401 <p>You can populate an {@link android.widget.AdapterView} such as {@link android.widget.ListView} or
/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
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd333 first created. To populate an Allocation, use one of the <code>copy</code> methods in {@link
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd854 Widget that uses {@link android.widget.RemoteViewsService} to populate a
955 // This is how you populate the data.
987 RemoteViewsFactory} used to populate the remote collection view.</p>

12