Lines Matching refs:mDeviceProfile
756 initDeviceProfile(mDeviceProfile.inv);
776 if (!initDeviceProfile(mDeviceProfile.inv)) {
807 Objects.requireNonNull(mDeviceProfile.inv).isFixedLandscape
821 if (mDeviceProfile == deviceProfile) {
825 mDeviceProfile = deviceProfile;
827 mDeviceProfile = mDeviceProfile.getMultiWindowProfile(
831 if (FOLDABLE_SINGLE_PAGE.get() && mDeviceProfile.isTwoPanels) {
832 mCellPosMapper = new TwoPanelCellPosMapper(mDeviceProfile.inv.numColumns);
834 mCellPosMapper = new CellPosMapper(mDeviceProfile.isVerticalBarLayout(),
835 mDeviceProfile.numShownHotseatIcons);
2623 mDeviceProfile.dump(this, prefix, writer);
2729 && mDeviceProfile.isTablet) {
2806 mDeviceProfile.bottomSheetWorkspaceScale, EMPHASIZED);