Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
H A DTaskbarView.java130 final int expectedLayoutResId; in updateHotseatItems() local
133 expectedLayoutResId = R.layout.taskbar_predicted_app_icon; in updateHotseatItems()
135 expectedLayoutResId = R.layout.folder_icon; in updateHotseatItems()
138 expectedLayoutResId = R.layout.taskbar_app_icon; in updateHotseatItems()
146 if ((hotseatView.getSourceLayoutResId() != expectedLayoutResId) in updateHotseatItems()
162 FolderIcon folderIcon = FolderIcon.inflateFolderAndIcon(expectedLayoutResId, in updateHotseatItems()
167 hotseatView = inflate(expectedLayoutResId); in updateHotseatItems()