Home
last modified time | relevance | path

Searched refs:inflateAndAdd (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java282 mShortcuts.add(inflateAndAdd(R.layout.deep_shortcut, this)); in populateAndShow()
287 mSystemShortcutContainer = inflateAndAdd(R.layout.system_shortcut_icons, this); in populateAndShow()
422 View view = inflateAndAdd( in initializeSystemShortcut()
DArrowPopup.java123 public <T extends View> T inflateAndAdd(int resId, ViewGroup container) { in inflateAndAdd() method in ArrowPopup
129 public <T extends View> T inflateAndAdd(int resId, ViewGroup container, int index) { in inflateAndAdd() method in ArrowPopup
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java85 mGutter = mContainer.inflateAndAdd(R.layout.notification_gutter, mContainer); in addGutter()
/packages/apps/Launcher3/src/com/android/launcher3/views/
DOptionsPopupView.java130 DeepShortcutView view = popup.inflateAndAdd(R.layout.system_shortcut, popup); in show()