HomeSort by relevance Sort by last modified time
    Searched refs:allAppsButtonVisualSize (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
DeviceProfile.java 123 public int allAppsButtonVisualSize;
262 allAppsButtonVisualSize = (int) (hotseatIconSizePx * (1 - padding)) - context.getResources()
LauncherStateTransitionAnimation.java 141 int allAppsButtonSize = mLauncher.getDeviceProfile().allAppsButtonVisualSize;
402 int allAppsButtonSize = mLauncher.getDeviceProfile().allAppsButtonVisualSize;

Completed in 91 milliseconds