Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarView.java331 final int expectedLayoutResId; in updateHotseatItems() local
334 expectedLayoutResId = R.layout.taskbar_predicted_app_icon; in updateHotseatItems()
336 expectedLayoutResId = ci.itemType == ITEM_TYPE_APP_PAIR in updateHotseatItems()
341 expectedLayoutResId = R.layout.taskbar_app_icon; in updateHotseatItems()
349 if ((hotseatView.getSourceLayoutResId() != expectedLayoutResId) in updateHotseatItems()
368 expectedLayoutResId, mActivityContext, this, in updateHotseatItems()
374 expectedLayoutResId, mActivityContext, this, in updateHotseatItems()
383 hotseatView = inflate(expectedLayoutResId); in updateHotseatItems()