Searched defs:populate (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java771 private void populate(String key, int rank, boolean isAmbient, method in class:NotificationListenerService.Ranking
818 outRanking.populate(key, rank, isAmbient(key), !isIntercepted(key),
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java491 super("populate-settings-caches");
514 // Only populate the globals cache once, for the owning user
539 cache.populate(name, value);
981 SettingsCache.populate(cache, values[i]);
1140 SettingsCache.populate(cache, initialValues); // before we notify
1291 public static void populate(SettingsCache cache, ContentValues contentValues) { method in class:SettingsProvider.SettingsCache
1301 cache.populate(name, value);
1304 public void populate(String name, String value) { method in class:SettingsProvider.SettingsCache
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java237 populate();
264 populate();
603 populate();
645 populate();
655 private void populate() { method in class:StaggeredGridView
1286 populate();
1335 populate();
/frameworks/base/core/java/android/widget/
H A DListView.java2820 void populate(int selectedPosition, int amountToScroll) { method in class:ListView.ArrowScrollFocusResult
2945 mArrowScrollFocusResult.populate(positionOfNewFocus, focusScroll);
2953 mArrowScrollFocusResult.populate(positionOfNewFocus, maxScrollAmount);
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java249 populate();
447 populate();
555 populate(item);
623 if (needsPopulate) populate();
700 populate();
805 populate();
903 // Reset our known page widths; populate will recompute them.
918 void populate() { method in class:ViewPager
919 populate(mCurItem);
922 void populate(in method in class:ViewPager
[all...]

Completed in 264 milliseconds