Searched refs:isTaskbarPresentInApps (Results 1 – 6 of 6) sorted by relevance
47 if (dp.isTaskbarPresentInApps) { in getWorkspaceScrimColor()66 return !launcher.getDeviceProfile().isTaskbarPresentInApps; in isTaskbarStashed()
93 if (dp.isTaskbarPresentInApps) { in getWorkspaceScrimColor()
169 deviceProfile.isTaskbarPresentInApps = !taskbarStashedInApps; in onStashedInAppChanged()
217 public boolean isTaskbarPresentInApps; field in DeviceProfile1116 writer.println(prefix + "\tisTaskbarPresentInApps:" + isTaskbarPresentInApps); in dump()
172 return deviceProfile.isTablet && !deviceProfile.isTaskbarPresentInApps; in useFullThumbnail()1558 if (dp.isTaskbarPresentInApps) {
444 if (mDeviceProfile.isTaskbarPresentInApps) { in getWindowTargetBounds()536 boolean useTaskbarColor = mDeviceProfile.isTaskbarPresentInApps; in getLauncherContentAnimator()