Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskViewIcon.java121 int getDrawableHeight(); in getDrawableHeight() method
DIconAppChipView.java357 public int getDrawableHeight() { in getDrawableHeight() method in IconAppChipView
358 return mIconView == null ? 0 : mIconView.getDrawableHeight(); in getDrawableHeight()
DIconView.java117 public int getDrawableHeight() { in getDrawableHeight() method in IconView
DFloatingTaskView.java396 iconView.getDrawableWidth(), iconView.getDrawableHeight(), in centerIconView()