Searched refs:taskHeight (Results 1 – 3 of 3) sorted by relevance
190 int taskHeight = (int) ((float) hwBitmap.getHeight() / legacyConfig.mScale); in loadTask() local191 taskSize = new Point(taskWidth, taskHeight); in loadTask()193 taskSize = new Point(proto.taskWidth, proto.taskHeight); in loadTask()
492 final int taskHeight = task.getBounds().height();494 final int height = (int) (taskHeight * mHighResTaskSnapshotScale);515 mainWindow.getWindowConfiguration().getRotation(), new Point(taskWidth, taskHeight),
378 proto.taskHeight = mSnapshot.getTaskSize().y; in writeProto()