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.java295 DeepShortcutView v = inflateAndAdd(R.layout.deep_shortcut, this); in populateAndShow()
302 mSystemShortcutContainer = inflateAndAdd(R.layout.system_shortcut_icons, this); in populateAndShow()
394 View view = inflateAndAdd( in initializeSystemShortcut()
DArrowPopup.java129 public <R extends View> R inflateAndAdd(int resId, ViewGroup container) { in inflateAndAdd() method in ArrowPopup
138 public <R extends View> R 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.java132 (DeepShortcutView) popup.inflateAndAdd(R.layout.system_shortcut, popup); in show()