Searched defs:getShortcutsAndWidgets (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java1084 public ShortcutAndWidgetContainer getShortcutsAndWidgets() { method in class:CellLayout
1097 ShortcutAndWidgetContainer clc = getShortcutsAndWidgets();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java288 getShortcutsAndWidgets().setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);
300 getShortcutsAndWidgets().setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_YES);
966 public ShortcutAndWidgetContainer getShortcutsAndWidgets() { method in class:CellLayout
976 ShortcutAndWidgetContainer clc = getShortcutsAndWidgets();
1100 int cHeight = getShortcutsAndWidgets().getCellContentHeight();

Completed in 42 milliseconds